Skip to content

Commit

Permalink
feat: add storybook:build to main build script [MDS-1442]
Browse files Browse the repository at this point in the history
  • Loading branch information
robb91-dev committed Dec 20, 2024
1 parent 0299270 commit b418014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:changelog": "node scripts/buildChangelog.mjs",
"build:installation": "node scripts/buildInstallation.mjs",
"build:contribution": "node scripts/buildContribution.mjs",
"build": "pnpm run build:types && pnpm run build:components && pnpm run build:dict && pnpm build:descriptions && pnpm build:changelog && pnpm build:installation && pnpm build:contribution && pnpm run lint:components && pnpm run lint:descriptions && pnpm run lint:changelog && next build",
"build": "pnpm run build:types && pnpm run build:components && pnpm run build:dict && pnpm build:descriptions && pnpm build:changelog && pnpm build:installation && pnpm build:contribution && pnpm build:storybook && pnpm run lint:components && pnpm run lint:descriptions && pnpm run lint:changelog && next build",
"lint": "next lint",
"lint:components": "prettier --write ./components.constants.mjs",
"lint:descriptions": "prettier --write ./generated/componentDescriptions.ts",
Expand All @@ -22,7 +22,7 @@
"test:pa11y": "node scripts/cli/index.mjs pa11y",
"clean:next": "rimraf .next",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build"
"build:storybook": "storybook build -o public/stories"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.18.1",
Expand Down

0 comments on commit b418014

Please sign in to comment.