We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e1eee commit 3d7907aCopy full SHA for 3d7907a
package.json
@@ -47,7 +47,7 @@
47
"pack": "node ./scripts/pack-package.js",
48
"chromatic": "npx chromatic --build-script-name storybook:build",
49
"storybook": "npm run bootstrap && npm run storybook:analyze && storybook dev -p 6006",
50
- "storybook:build": "npm run bootstrap && npm run storybook:analyze && storybook build",
+ "storybook:build": "npm run storybook:analyze && storybook build",
51
"storybook:analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
52
"postinstall": "npm run bootstrap"
53
},
0 commit comments