build: Write Makefiles
This commit is contained in:
6
backend/Makefile
Normal file
6
backend/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
node_modules:
|
||||
npm install
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
npm run-script build
|
||||
Reference in New Issue
Block a user