Skip to content

Commit 88ed374

Browse files
committed
fix: add release script to package.json for semantic release
1 parent 0b416fc commit 88ed374

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
@@ -14,7 +14,8 @@
1414
"lint:md": "markdownlint --ignore-path .gitignore .",
1515
"lint:md:fix": "markdownlint --ignore-path .gitignore --fix .",
1616
"audit:ci": "npm audit --production",
17-
"prepare": "husky install"
17+
"prepare": "husky install",
18+
"release": "npx semantic-release"
1819
},
1920
"keywords": [
2021
"javascript",

0 commit comments

Comments
 (0)