2016-10-20 04:14:26 +03:00
|
|
|
.PHONY: test
|
|
|
|
test:
|
2016-10-24 14:14:41 +03:00
|
|
|
# npm run test
|
2016-10-20 04:14:26 +03:00
|
|
|
|
|
|
|
.PHONY: install
|
|
|
|
install:
|
2016-10-20 16:55:52 +03:00
|
|
|
yarn
|
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
|