Add makefile
parent
234919d56c
commit
6ba79c454d
@ -0,0 +1,11 @@
|
||||
serve:
|
||||
./node_modules/.bin/webpack-dev-server --mode development
|
||||
|
||||
build:
|
||||
./node_modules/.bin/webpack --mode production
|
||||
|
||||
lint:
|
||||
./node_modules/.bin/eslint src
|
||||
|
||||
format:
|
||||
./node_modules/.bin/prettier --write src/**/*.js
|
Loading…
Reference in New Issue