Spaces:
Running
Running
fix: cyberpunk build (for real)
Browse files- docs/hf_config.yml +1 -1
docs/hf_config.yml
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: purple
|
|
| 5 |
colorTo: pink
|
| 6 |
sdk: static
|
| 7 |
license: apache-2.0
|
| 8 |
-
build: "cd examples/cyberpunk-standalone && pnpm install && pnpm build"
|
| 9 |
app_file: examples/cyberpunk-standalone/dist/index.html
|
| 10 |
pinned: true
|
| 11 |
---
|
|
|
|
| 5 |
colorTo: pink
|
| 6 |
sdk: static
|
| 7 |
license: apache-2.0
|
| 8 |
+
build: "cd examples/cyberpunk-standalone && pnpm install --ignore-workspace && pnpm build"
|
| 9 |
app_file: examples/cyberpunk-standalone/dist/index.html
|
| 10 |
pinned: true
|
| 11 |
---
|