Skip to content

Commit bcd208f

Browse files
committed
feat: add release script
1 parent c3e88c9 commit bcd208f

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
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
88
"main": "index.js",
99
"scripts": {
10-
"test": "eslint --ignore-pattern \"test/**\" ./ && jest"
10+
"test": "eslint --ignore-pattern \"test/**\" ./ && jest",
11+
"release": "standard-version"
1112
},
1213
"files": [
1314
"src",

0 commit comments

Comments
 (0)