Skip to content

Commit c901389

Browse files
committedMar 13, 2023
chore: update commands
1 parent 8677739 commit c901389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"dev:nuxt2": "nuxt dev nuxt2-playground",
2222
"lint": "eslint --ext .js,.ts,.vue",
2323
"prepack": "nuxt-module-build",
24-
"release": "pnpm test && pnpm changelogen --release --push && npm publish",
25-
"test": "vitest"
24+
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
25+
"test": "vitest run"
2626
},
2727
"dependencies": {
2828
"@nuxt/kit": "^3.2.3",

0 commit comments

Comments
 (0)
Please sign in to comment.