24610c2dce
- Revert this commit when deployment is working
12 lines
176 B
Makefile
12 lines
176 B
Makefile
.PHONY: test
|
|
test:
|
|
# npm run test
|
|
|
|
.PHONY: install
|
|
install:
|
|
yarn
|
|
|
|
.PHONY: compile
|
|
compile: install
|
|
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js
|