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 3b009de commit bfb73abCopy full SHA for bfb73ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@symfoni/vc-tools",
3
- "version": "0.0.32",
+ "version": "0.0.33",
4
"description": "",
5
"repository": {
6
"type": "git",
@@ -26,7 +26,7 @@
26
"test": "pnpm ava",
27
"watch": "pnpm tsc --watch",
28
"build": "tsup src/index.ts --format cjs,esm",
29
- "release": "pnpm build && pnpm release-it -- patch --no-npm"
+ "release": "pnpm build && pnpm release-it -- patch"
30
},
31
"keywords": [],
32
"author": "Robertosnap",
0 commit comments