Skip to content

Commit

Permalink
Fix release script name
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapado committed Aug 16, 2024
1 parent d42fbea commit b292ebf
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 @@ -15,11 +15,11 @@
"type": "module",
"scripts": {
"build": "pnpm --recursive run build",
"changeset:release": "changeset tag && pnpm --recursive publish",
"check-types": "pnpm --recursive run check-types",
"preinstall": "npx only-allow pnpm",
"lint": "pnpm --recursive lint",
"prepare": "husky",
"release": "changeset tag && pnpm --recursive publish",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
Expand Down

0 comments on commit b292ebf

Please sign in to comment.