NERDDISCO commited on
Commit
15c7897
·
1 Parent(s): 09606de

ci: use correct build command

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: npm 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:demo
8
  app_file: dist/index.html
9
  pinned: true
10
  ---