Skip to content

Commit

Permalink
[all] Adds 'preconstruct dev' to 'start'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Jul 19, 2024
1 parent e96cdb9 commit b689f23
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 @@ -12,7 +12,7 @@
"prettify": "prettier --write .",
"lint": "eslint .",
"test": "npm run test --workspace=@sigma/test",
"start": "npm run start --workspace=@sigma/storybook",
"start": "preconstruct dev && npm run start --workspace=@sigma/storybook",
"postinstall": "preconstruct dev",
"postpublish": "preconstruct dev",
"website:build": "npm run build --workspace=@sigma/website && npm run build --workspace=@sigma/demo && cp -R packages/demo/build packages/website/build/demo && npm run build --workspace=@sigma/storybook && cp -R packages/storybook/storybook-static packages/website/build/storybook",
Expand Down

0 comments on commit b689f23

Please sign in to comment.