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 7f74c4c commit cd10015Copy full SHA for cd10015
package.json
@@ -23,7 +23,7 @@
23
"example:build": "npm -C examples/vue3 run build",
24
"example:dev": "npm -C examples/vue3 run dev",
25
"prepublishOnly": "npm run build",
26
- "release": "npx git-ensure -a && npx bumpp --commit --tag --push",
+ "release": "npx bumpp --commit --tag --push",
27
"test": "jest",
28
"test:update": "jest --u"
29
},
0 commit comments