NERDDISCO commited on
Commit
09606de
·
1 Parent(s): 5edb825

ci: use npm to build the app

Browse files
Files changed (1) hide show
  1. 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: pnpm 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
8
  app_file: dist/index.html
9
  pinned: true
10
  ---