joyent-portal/frontend/Makefile
2016-10-20 14:08:28 +01:00

12 lines
199 B
Makefile

.PHONY: test
test:
npm run test
.PHONY: install
install:
npm install --quiet --no-spin
.PHONY: compile
compile: install
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js