Skip to content

Commit

Permalink
fix: link cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Jul 25, 2024
1 parent 3319cbc commit 570c7f1
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 @@ -22,7 +22,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "pnpm lint --fix && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
"release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit 570c7f1

Please sign in to comment.