joyent-portal/frontend/Makefile

12 lines
179 B
Makefile
Raw Normal View History

2016-10-20 04:14:26 +03:00
.PHONY: test
test:
npm run test
.PHONY: install
install:
npm install --quiet --no-spin
2016-10-20 15:36:24 +03:00
.PHONY: compile
compile: install
NODE_ENV=production webpack --config webpack/index.js