Skip to content

Commit 72c3f09

Browse files
committed
fix(package.json): added semantic-release command
1 parent 4364062 commit 72c3f09

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
@@ -7,7 +7,8 @@
77
"test": "echo \"Success: Verified\"",
88
"build": "babel __app/component -d ./__build",
99
"commit": "git-cz",
10-
"lint": "eslint ."
10+
"lint": "eslint .",
11+
"semantic-release": "semantic-release --branches main"
1112
},
1213
"author": "Himanshu Gupta",
1314
"license": "ISC",

0 commit comments

Comments
 (0)