Skip to content

Commit

Permalink
Changed publish script name
Browse files Browse the repository at this point in the history
  • Loading branch information
markusantonwolf authored and markusantonwolf committed Jan 19, 2021
1 parent 1530993 commit 4948d3e
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 @@ -7,7 +7,7 @@
"test": "NODE_ENV=test node ./src/index.js",
"prebuild": "node ./src/export.js",
"build": "node ./scripts/build.js",
"publish": "npm publish --access public",
"upload": "npm publish --access public",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major"
Expand Down

0 comments on commit 4948d3e

Please sign in to comment.