move to Makefile
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
install:
|
||||
npm install
|
||||
|
||||
build: install
|
||||
npm run build
|
||||
5
ui/Makefile
Normal file
5
ui/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
dist: node_modules
|
||||
npm run build
|
||||
|
||||
node_modules: package.json package-lock.json
|
||||
npm ci
|
||||
Reference in New Issue
Block a user