Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Sep 6, 2024
1 parent 3cf729b commit f558ad1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@
"pack-all-no-build": "node ./scripts/pack-packages.js",
"pack": "node ./scripts/pack-package.js",
"chromatic": "npx chromatic --build-script-name storybook:build",
"storybook": "storybook dev -p 6006",
"storybook": "npm run bootstrap && npm run storybook:analyze && storybook dev -p 6006",
"storybook:build": "npm run bootstrap && npm run storybook:analyze && storybook build",
"storybook:analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
"postinstall": "npm run bootstrap",
"build-storybook": "storybook build"
"postinstall": "npm run bootstrap"
},
"engines": {
"node": ">=20.9 <21",
Expand Down

0 comments on commit f558ad1

Please sign in to comment.