Skip to content

Commit cf8fa4b

Browse files
committed
chore: update publish:npm script
1 parent e6f3397 commit cf8fa4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prepack": "npm run build",
3838
"prepare": "lefthook install",
3939
"publish:jsr": "deno publish",
40-
"publish:npm": "np --any-branch",
40+
"publish:npm": "np",
4141
"server": "concurrently -n 'e2e,unit' -c 'blue,green' 'npm:server:*'",
4242
"server:http": "vite --config e2e/vite.config-http.ts",
4343
"server:https": "vite --config e2e/vite.config-https.ts",

0 commit comments

Comments
 (0)