Skip to content

Commit 92faf28

Browse files
committed
Fix publish script
1 parent a7efc83 commit 92faf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"check-examples": "ts-node --transpile-only ./scripts/check-examples.ts",
2424
"ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile",
2525
"pre:ci:publish": "pnpm lint && pnpm format && pnpm test && pnpm typecheck",
26-
"ci:publish": "pnpm pre:ci:release && pnpm build && pnpm changeset publish"
26+
"ci:publish": "pnpm pre:ci:publish && pnpm build && pnpm changeset publish"
2727
},
2828
"devDependencies": {
2929
"@changesets/cli": "^2.22.0",

0 commit comments

Comments
 (0)