Skip to content

Commit 04cfd99

Browse files
committed
chore: update release script
Removed double `&&`
1 parent 56f1957 commit 04cfd99

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
@@ -42,7 +42,7 @@
4242
"netlify": "npm run afterClone && npm run prepack && npm run dev:build && npm run docs:build",
4343
"prepack": "nuxt-module-build build",
4444
"prepare": "husky",
45-
"release": "npm run lint && && npm run format && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
45+
"release": "npm run lint && npm run format && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
4646
"rm:lock": "rm -rf package-lock.json playground/package-lock.json docs/package-lock.json",
4747
"start:dev": "yarn prepack && yarn dev:build && node playground/.output/server/index.mjs",
4848
"test": "vitest run",

0 commit comments

Comments
 (0)