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 649bce4 commit 358b11aCopy full SHA for 358b11a
package.json
@@ -37,7 +37,7 @@
37
"test": "node --test --experimental-strip-types",
38
"preci": "npm run lint",
39
"ci": "npm run prepublishOnly && npm run postversion",
40
- "postversion": "npx sync-npm-version-to-jsr",
+ "postversion": "npm run prepublishOnly && node dist/bin.js",
41
"prepublishOnly": "tsc -b --clean && tsc",
42
"prepare": "husky"
43
},
0 commit comments