Skip to content

Commit

Permalink
chore: release command
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSide authored and DevSide committed Mar 23, 2020
1 parent 7aba677 commit 512b97f
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 @@ -9,6 +9,7 @@
"check-git": "git status -uno --porcelain && [ -z \"$(git status -uno --porcelain)\" ] || (echo 'Git working directory not clean'; false)",
"format": "prettier-eslint --write $PWD/'**/*.js' $PWD/'**/*.md'",
"lint": "eslint '**/*.js'",
"release": "semantic-release",
"test": "jest src"
},
"engines": {
Expand Down

0 comments on commit 512b97f

Please sign in to comment.