Skip to content

Commit

Permalink
chore: build the ds on start
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfrode committed Feb 28, 2025
1 parent 02b0aaf commit 195ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ghpages": "lerna run ghpages",
"lint": "lerna run lint --stream",
"lint:fix": "lerna run lint:fix --stream",
"start": "npm run storybook",
"start": "npm run build && npm run storybook",
"watch:component-overview": "lerna run watch --scope='@sb1/ffe-component-index'",
"start:component-overview": "lerna run start --scope='@sb1/ffe-component-index'",
"test": "./buildtool/bin/cli.js jest",
Expand Down

0 comments on commit 195ed24

Please sign in to comment.