Skip to content

Commit eef3465

Browse files
committed
feat(semantic release): allowing to have automatic release
1 parent de5b8f6 commit eef3465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "rollup -c",
99
"test": "jest --collectCoverage --",
1010
"format:check": "prettier --check \"**/*.{js,jsx,yml,yaml,json.css}\"",
11-
"format": "prettier --write \"**/*.{js,jsx,yml,yaml,json.css}\""
11+
"format": "prettier --write \"**/*.{js,jsx,yml,yaml,json.css}\"",
12+
"commit": "cz"
1213
},
1314
"files": [
1415
"dist/*",

0 commit comments

Comments
 (0)