Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Fix publish 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestreh committed Oct 26, 2020
1 parent c044c7f commit 7f405d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"prepublish": "npm run build",
"test": "karma start",
"dev": "watch 'npm run build' lib/",
"release:patch": "npm version patch && npm run publish",
"release:minor": "npm version minor && npm run publish",
"release:major": "npm version major && npm run publish"
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"repository": "silvestreh/onScreen",
"keywords": [
Expand Down

0 comments on commit 7f405d9

Please sign in to comment.