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

fix: cyberpunk build (it should almost be ok)

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 && 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: "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
  ---