Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Jun 16, 2022
1 parent a7efc83 commit 92faf28
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 @@ -23,7 +23,7 @@
"check-examples": "ts-node --transpile-only ./scripts/check-examples.ts",
"ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile",
"pre:ci:publish": "pnpm lint && pnpm format && pnpm test && pnpm typecheck",
"ci:publish": "pnpm pre:ci:release && pnpm build && pnpm changeset publish"
"ci:publish": "pnpm pre:ci:publish && pnpm build && pnpm changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
Expand Down

0 comments on commit 92faf28

Please sign in to comment.