NERDDISCO commited on
Commit
942bfd0
·
1 Parent(s): 0d6b134

fix: cyberpunk build (hf does not support pnpm)

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
- build: "cd examples/cyberpunk-standalone && pnpm install --ignore-workspace && 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 && npm install && npm run build"
9
  app_file: examples/cyberpunk-standalone/dist/index.html
10
  pinned: true
11
  ---