Skip to content

Commit a650640

Browse files
committed
ci: Remove npm from yarn publish script
1 parent c13901c commit a650640

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
@@ -52,7 +52,7 @@
5252
"build": "yarn clear && rollup --config ./rollup.config.mjs && yarn build:types",
5353
"build:doc": "typedoc src/index.ts",
5454
"build:types": "yarn tsc -p tsconfig.bundle.json",
55-
"publish": "yarn lint && yarn test && yarn build && yarn npm publish --access public",
55+
"publish": "yarn lint && yarn test && yarn build && yarn publish --access public",
5656
"publish:dry": "yarn lint && yarn test && yarn build",
5757
"publish:dry-wot": "yarn lint && yarn build"
5858
},

0 commit comments

Comments
 (0)