Spaces:
Configuration error
Configuration error
Update .huggingface.yaml
Browse files- .huggingface.yaml +1 -1
.huggingface.yaml
CHANGED
@@ -6,4 +6,4 @@ app_file: /backend/backend.py # path to your Python entry point
|
|
6 |
|
7 |
build:
|
8 |
commands:
|
9 |
-
- cd frontend && npm install && npm
|
|
|
6 |
|
7 |
build:
|
8 |
commands:
|
9 |
+
- cd frontend && npm install && npm run build
|