Skip to content

Commit 3d7907a

Browse files
committed
build: do not bootstrap twice
1 parent 24e1eee commit 3d7907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"pack": "node ./scripts/pack-package.js",
4848
"chromatic": "npx chromatic --build-script-name storybook:build",
4949
"storybook": "npm run bootstrap && npm run storybook:analyze && storybook dev -p 6006",
50-
"storybook:build": "npm run bootstrap && npm run storybook:analyze && storybook build",
50+
"storybook:build": "npm run storybook:analyze && storybook build",
5151
"storybook:analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
5252
"postinstall": "npm run bootstrap"
5353
},

0 commit comments

Comments
 (0)