We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce51e19 commit c9ca47bCopy full SHA for c9ca47b
package.json
@@ -17,8 +17,9 @@
17
"sauce": "npx karma start karma.sauce.conf.js",
18
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2 && npm run sauce -- 3",
19
"size": "size-limit",
20
- "release": "standard-version $* && git push --follow-tags && npm publish",
21
- "prepublishOnly": "npm run build"
+ "release": "standard-version $* && git push --follow-tags && yarn publish",
+ "prepublishOnly": "npm run build",
22
+ "publish": "npm publish --access public"
23
},
24
"pre-commit": [
25
"lint"
0 commit comments