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 d5dc48c commit bfd43f0Copy full SHA for bfd43f0
package.json
@@ -43,6 +43,7 @@
43
"dev:ssl": "nuxi dev playground --https",
44
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
45
"typecheck": "vue-tsc --noEmit",
46
+ "bump": "bumpp package.json --commit --push --tag",
47
"release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
48
"lint": "eslint .",
49
"lint:fix": "eslint . --fix",
0 commit comments