Skip to content

Commit

Permalink
chore: fix prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
kirchoni committed Jun 29, 2024
1 parent ce7c97b commit 80ff405
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 @@ -15,7 +15,7 @@
"build-packages": "lerna run build --no-private",
"build-storybook": "build-storybook -c .storybook -o .out",
"prepare": "node ./scripts/prepare.mjs",
"prepublish": "lerna run build-packages"
"prepublish": "lerna run build --no-private"
},
"devDependencies": {
"eslint": "^8.53.0",
Expand Down

0 comments on commit 80ff405

Please sign in to comment.