Skip to content

Commit

Permalink
chore: fix canary command
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 2, 2024
1 parent bc275a2 commit 95edc87
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 @@ -26,7 +26,7 @@
"check-types": "pnpm -r exec tsc",
"test": "vitest",
"release": "npm run build && lerna publish --conventional-commits --create-release=github",
"release-canary": "npm run build && lerna publish --force-publish --canary --dist-tag canary"
"release-canary": "npm run build && lerna publish --force-publish --dist-tag canary --canary"
},
"engines": {
"node": "20",
Expand Down

0 comments on commit 95edc87

Please sign in to comment.