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 56f1957 commit 04cfd99Copy full SHA for 04cfd99
package.json
@@ -42,7 +42,7 @@
42
"netlify": "npm run afterClone && npm run prepack && npm run dev:build && npm run docs:build",
43
"prepack": "nuxt-module-build build",
44
"prepare": "husky",
45
- "release": "npm run lint && && npm run format && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
+ "release": "npm run lint && npm run format && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
46
"rm:lock": "rm -rf package-lock.json playground/package-lock.json docs/package-lock.json",
47
"start:dev": "yarn prepack && yarn dev:build && node playground/.output/server/index.mjs",
48
"test": "vitest run",
0 commit comments