radames HF staff commited on
Commit
31ac7e5
β€’
1 Parent(s): 00577d2

change make

Browse files
Files changed (1) hide show
  1. Makefile +2 -1
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