Skip to content

Commit

Permalink
chore: update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Mar 13, 2023
1 parent 8677739 commit c901389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dev:nuxt2": "nuxt dev nuxt2-playground",
"lint": "eslint --ext .js,.ts,.vue",
"prepack": "nuxt-module-build",
"release": "pnpm test && pnpm changelogen --release --push && npm publish",
"test": "vitest"
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
"test": "vitest run"
},
"dependencies": {
"@nuxt/kit": "^3.2.3",
Expand Down

0 comments on commit c901389

Please sign in to comment.