Skip to content

Commit

Permalink
Fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgallardo committed Sep 23, 2021
1 parent 709304c commit 6e0e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:all": "npm run -s prepublishOnly",
"test:watch": "jest --watch --coverage",
"tw": "npm run test:watch",
"publish": "npm publish --access public --tag beta",
"publish": "npm publish --access public",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "echo --- PUBLISHED ---",
"lint": "eslint --max-warnings 0 src"
Expand Down

0 comments on commit 6e0e22a

Please sign in to comment.