Skip to content

Commit 46ff4dd

Browse files
adding back standard-release just in case
1 parent 0224acc commit 46ff4dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
"ci:coverage": "npm run test:coverage -- --runInBand",
3232
"build:example": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
3333
"cm": "git-cz",
34+
"release": "standard-version",
3435
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
35-
"travis": "npm run cover -- --report lcovonly"
36+
"travis": "npm run ci:coverage"
3637
},
3738
"peerDependencies": {
3839
"webpack": "^4.4.0"
@@ -58,6 +59,7 @@
5859
"css-loader": "^0.28.10",
5960
"cz-conventional-changelog": "^2.1.0",
6061
"del": "^3.0.0",
62+
"standard-version": "^4.0.0",
6163
"del-cli": "^1.1.0",
6264
"eslint": "^3.19.0",
6365
"eslint-config-airbnb": "^15.0.1",

0 commit comments

Comments
 (0)