feat(development): add standard-version for automatic changelog generation
This commit is contained in:
parent
09e681eeb1
commit
c495ef5772
6970
package-lock.json
generated
6970
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,8 @@
|
||||
"frontend:test": "karma start --conf karma.conf.js",
|
||||
"frontend:test:watch": "karma start --conf karma.conf.js --single-run false",
|
||||
"frontend:build": "webpack",
|
||||
"frontend:build:watch": "webpack --watch"
|
||||
"frontend:build:watch": "webpack --watch",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
@ -65,6 +66,7 @@
|
||||
"null-loader": "^2.0.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"sass-loader": "^7.1.0",
|
||||
"standard-version": "^6.0.1",
|
||||
"style-loader": "^0.23.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||
"webpack": "^4.32.2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user