joyent-portal/frontend/Makefile

10 lines
176 B
Makefile
Raw Normal View History

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