1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/frontend/Makefile
2016-10-24 14:14:44 +01:00

10 lines
176 B
Makefile

include ../tools/node-install.mk
.PHONY: test
test:
npm run test
.PHONY: compile
compile: install
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js