Spaces:
Running
Running
ci: use correct build command
Browse files- docs/hf_config.yml +1 -1
docs/hf_config.yml
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🤖
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
-
app_build_command: npm run build
|
| 8 |
app_file: dist/index.html
|
| 9 |
pinned: true
|
| 10 |
---
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
+
app_build_command: npm run build:demo
|
| 8 |
app_file: dist/index.html
|
| 9 |
pinned: true
|
| 10 |
---
|