File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
packages/drive-picker-element Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4242 cache : " pnpm"
4343 - run : pnpm install
4444 - run : pnpm build
45+ - run : pnpm build:storybook
4546 - run : |
4647 git config --global user.name "googleworkspace-bot"
4748 git config --global user.email "googleworkspace-bot@google.com"
5859 - uses : actions/configure-pages@v5
5960 - uses : actions/upload-pages-artifact@v3
6061 with :
61- path : " storybook-static"
62+ path : " packages/drive-picker-element/ storybook-static"
6263 - id : deployment
6364 uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "scripts" : {
55 "build" : " turbo build" ,
6+ "build:storybook" : " turbo storybook-build" ,
67 "changeset" : " changeset" ,
78 "check" : " turbo check" ,
8- "changeset:version" : " changeset version && pnpm install --no-frozen-lockfile" ,
9+ "changeset:version" : " changeset version && pnpm install --no-frozen-lockfile && pnpm format " ,
910 "changeset:publish" : " changeset publish" ,
1011 "format" : " prettier --write . && biome check --write ." ,
1112 "lint" : " prettier --write . && biome check --write ." ,
Original file line number Diff line number Diff line change 4141 },
4242 "scripts" : {
4343 "build" : " cem analyze --config cem.config.js && tsup" ,
44+ "build:storybook" : " storybook build" ,
4445 "check" : " tsc --noEmit" ,
4546 "prepack" : " pnpm build" ,
4647 "storybook" : " storybook dev -p 6006" ,
Original file line number Diff line number Diff line change 1818 "check" : {
1919 "dependsOn" : [" build" ],
2020 "outputs" : []
21+ },
22+ "build:storybook" : {
23+ "dependsOn" : [" build" ],
24+ "outputs" : [" storybook-static/**" ]
2125 }
2226 }
2327}
You can’t perform that action at this time.
0 commit comments