Skip to content

Commit

Permalink
fix: fix publish-packages crashing (RELEASING:)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Dec 22, 2022
1 parent 1f08bf7 commit 2856e5e
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 @@ -20,7 +20,7 @@
"lint-staged": "lint-staged",
"new-changeset": "changeset",
"prepare": "husky install",
"publish-packages": "turbo lint typecheck --parallel && pnpm build && changeset publish",
"publish-packages": "pnpm typecheck && pnpm lint && pnpm build && changeset publish",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
Expand Down

0 comments on commit 2856e5e

Please sign in to comment.