2016-10-24 16:14:11 +03:00
|
|
|
include ../tools/node-install.mk
|
|
|
|
|
2016-10-20 04:14:26 +03:00
|
|
|
.PHONY: test
|
|
|
|
test:
|
2016-10-24 14:22:12 +03:00
|
|
|
npm run test
|
2016-10-20 04:14:26 +03:00
|
|
|
|
2016-10-20 15:36:24 +03:00
|
|
|
.PHONY: compile
|
|
|
|
compile: install
|
2016-10-20 16:08:28 +03:00
|
|
|
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js
|