11 lines
109 B
Makefile
11 lines
109 B
Makefile
build:
|
|
npm run build
|
|
|
|
watch:
|
|
npm run watch
|
|
|
|
test:
|
|
npm test
|
|
|
|
dev-server:
|
|
./node_modules/.bin/http-server .
|