Skip to content

Commit c9ca47b

Browse files
committed
fix: prepare for npm publishing
1 parent ce51e19 commit c9ca47b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"sauce": "npx karma start karma.sauce.conf.js",
1818
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2 && npm run sauce -- 3",
1919
"size": "size-limit",
20-
"release": "standard-version $* && git push --follow-tags && npm publish",
21-
"prepublishOnly": "npm run build"
20+
"release": "standard-version $* && git push --follow-tags && yarn publish",
21+
"prepublishOnly": "npm run build",
22+
"publish": "npm publish --access public"
2223
},
2324
"pre-commit": [
2425
"lint"

0 commit comments

Comments
 (0)