Skip to content

Commit

Permalink
cicd: fix prerelease script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Mar 18, 2024
1 parent e5c3d23 commit 30d25a5
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 @@ -8,7 +8,7 @@
"lint": "pnpm -r lint",
"no-git-changes": "./scripts/no-git-changes.sh",
"prepare": "husky install",
"prerelase": "pnpm run lint && pnpm run build && pnpm run test && pnpm run no-git-changes",
"prerelease": "pnpm run lint && pnpm run build && pnpm run test && pnpm run no-git-changes",
"release": "pnpm run prerelease && changeset publish",
"release-snapshot": "pnpm run prerelease && changeset publish --no-git-tag --snapshot",
"version": "changeset version && pnpm install --lockfile-only",
Expand Down

0 comments on commit 30d25a5

Please sign in to comment.