Skip to content

Commit 649bce4

Browse files
committed
fix: use npx sync-npm-version-to-jsr
1 parent 02b8503 commit 649bce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "node --test --experimental-strip-types",
3838
"preci": "npm run lint",
3939
"ci": "npm run prepublishOnly && npm run postversion",
40-
"postversion": "node dist/bin.js",
40+
"postversion": "npx sync-npm-version-to-jsr",
4141
"prepublishOnly": "tsc -b --clean && tsc",
4242
"prepare": "husky"
4343
},

0 commit comments

Comments
 (0)