NERDDISCO commited on
Commit
b136c10
·
1 Parent(s): 14ab9a6

fix: cyberpunk build (wrong working dir?)

Browse files
Files changed (1) hide show
  1. 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
- app_build_command: "cd examples/cyberpunk-standalone && npm install --legacy-peer-deps && npm run 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
+ app_build_command: "npm install --legacy-peer-deps --prefix examples/cyberpunk-standalone && npm run build --prefix examples/cyberpunk-standalone"
9
  app_file: examples/cyberpunk-standalone/dist/index.html
10
  pinned: true
11
  ---