Skip to content

Commit

Permalink
added publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-surinin committed Dec 26, 2018
1 parent e0310f9 commit 9cf56cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"copy": "cp package.json target/out/package.json && cp readme.md target/out/readme.md && cp LICENCE target/out/LICENCE && cp .npmignore target/out/.npmignore",
"commit:test": "git add . && git commit -m \"test commit\" && git push",
"publish:patch": "npm run build && npm version patch && npm run copy && npm publish target/out",
"publish:minor": "npm run build && npm version minor && npm run copy && npm publish target/out",
"publish:major": "npm run build && npm version major && npm run copy && npm publish target/out",
"coveralls": "cat target/coverage/lcov.info | coveralls",
"docsify": "docsify init ./docs",
"docs:commit": "npm run docsify && git add . && git commit -m \"Updated generated documentation\" && git push",
Expand Down

0 comments on commit 9cf56cb

Please sign in to comment.