Skip to content

Commit b17e199

Browse files
committed
build: Removing unneeded prepack script call
1 parent 637635b commit b17e199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"generate": "nuxt generate .playground",
1111
"preview": "nuxt preview .playground",
1212
"lint": "eslint .",
13-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
13+
"release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
1414
"test": "vitest run",
1515
"test:watch": "vitest watch",
1616
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"

0 commit comments

Comments
 (0)