Skip to content

Commit

Permalink
feat(semantic release): allowing to have automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Domantas committed Feb 25, 2021
1 parent de5b8f6 commit eef3465
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 @@ -8,7 +8,8 @@
"build": "rollup -c",
"test": "jest --collectCoverage --",
"format:check": "prettier --check \"**/*.{js,jsx,yml,yaml,json.css}\"",
"format": "prettier --write \"**/*.{js,jsx,yml,yaml,json.css}\""
"format": "prettier --write \"**/*.{js,jsx,yml,yaml,json.css}\"",
"commit": "cz"
},
"files": [
"dist/*",
Expand Down

0 comments on commit eef3465

Please sign in to comment.