Skip to content

Commit

Permalink
Added build script before storybook static
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimck committed Feb 4, 2024
1 parent 34b750b commit 132ed17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dev": "rollup -c -w",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c ./eslint.config.mjs './**/*.{js,ts,jsx,tsx,cjs,mjs}'",
"lint:fix": "npm run lint -- --fix",
"storybook": "npm run build; storybook dev -p 6006",
"storybook:build": "storybook build"
"storybook": "storybook dev -p 6006",
"storybook:build": "npm run build; storybook build"
},
"exports": {
".": {
Expand Down

0 comments on commit 132ed17

Please sign in to comment.