We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637635b commit b17e199Copy full SHA for b17e199
package.json
@@ -10,7 +10,7 @@
10
"generate": "nuxt generate .playground",
11
"preview": "nuxt preview .playground",
12
"lint": "eslint .",
13
- "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
+ "release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
14
"test": "vitest run",
15
"test:watch": "vitest watch",
16
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
0 commit comments