1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/frontend/Makefile
Tom Gallacher 24610c2dce tests: commenting out frontend tests
- Revert this commit when deployment is working
2016-10-24 12:14:41 +01:00

12 lines
176 B
Makefile

.PHONY: test
test:
# npm run test
.PHONY: install
install:
yarn
.PHONY: compile
compile: install
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js