Spaces:
Runtime error
Runtime error
change make
Browse files
Makefile
CHANGED
@@ -6,4 +6,5 @@ build-dev:
|
|
6 |
cd frontend && npm install && NODE_ENV=development npm run build && rm -rf ../static && cp -rv build/ ../static/
|
7 |
run:
|
8 |
FLASK_ENV=development python app.py
|
9 |
-
build-all: install-node build-client run
|
|
|
|
6 |
cd frontend && npm install && NODE_ENV=development npm run build && rm -rf ../static && cp -rv build/ ../static/
|
7 |
run:
|
8 |
FLASK_ENV=development python app.py
|
9 |
+
# build-all: install-node build-client run
|
10 |
+
build-all: run
|