We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15317b commit 02d3387Copy full SHA for 02d3387
package.json
@@ -20,7 +20,7 @@
20
"build:linux": "rm -rf ./lib* && tsc --project tsconfig.esm.json",
21
"build:win:esm": "del lib && tsc --project tsconfig.esm.json",
22
"build:win:linux": "rm -rf ./lib* && tsc --project tsconfig.esm.json",
23
- "jsr:publish": "npx jsr publish"
+ "publish": "npm publish && npx jsr publish"
24
},
25
"repository": {
26
"type": "git",
0 commit comments