Skip to content

Commit

Permalink
added publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Frias committed Mar 3, 2021
1 parent 51f4e06 commit 8219fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test:all": "npm run -s prepublishOnly",
"test:watch": "jest --watch --coverage",
"tw": "npm run test:watch",
"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 8219fb7

Please sign in to comment.