Skip to content

Commit 02d3387

Browse files
committed
changed publish script
1 parent a15317b commit 02d3387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:linux": "rm -rf ./lib* && tsc --project tsconfig.esm.json",
2121
"build:win:esm": "del lib && tsc --project tsconfig.esm.json",
2222
"build:win:linux": "rm -rf ./lib* && tsc --project tsconfig.esm.json",
23-
"jsr:publish": "npx jsr publish"
23+
"publish": "npm publish && npx jsr publish"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)