Skip to content

Commit

Permalink
chore: Update release script to use pnpm instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
xlanex6 committed May 19, 2024
1 parent f8cd562 commit b2c0bda
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 @@ -34,7 +34,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm run prepack && changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit b2c0bda

Please sign in to comment.