joyent-portal/frontend/Makefile

12 lines
174 B
Makefile
Raw Normal View History

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