Skip to content

Commit

Permalink
Merge pull request #98 from chvarkov/develop
Browse files Browse the repository at this point in the history
tech: added publish package script.
  • Loading branch information
chvarkov authored Sep 7, 2022
2 parents 4fc1165 + 10695c9 commit a8c5958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"lint:check": "eslint . --max-warnings=0",
"test": "jest --silent=false",
"test:cov": "jest --coverage",
"test:coveralls": "jest --runInBand --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
"test:coveralls": "jest --runInBand --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"publish-package": "cd dist && npm publish --access public"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a8c5958

Please sign in to comment.