Skip to content

Commit

Permalink
Updated release:publish script (#115)
Browse files Browse the repository at this point in the history
chore: Called build before allowing changsets to publish packages

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Oct 31, 2023
1 parent bb93646 commit 58dc6ec
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 @@
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm --filter './packages/**' --filter my-v2-addon build",
"release:changelog": "changeset version",
"release:publish": "changeset publish",
"release:publish": "pnpm build && changeset publish",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:embroider-css-modules": "pnpm --filter embroider-css-modules start",
"start:my-app": "pnpm --filter my-app start",
Expand Down

0 comments on commit 58dc6ec

Please sign in to comment.