ci: added standard-version

This commit is contained in:
Jamie Peabody
2021-11-21 12:22:50 +00:00
parent aa4d934cdd
commit 0de9e87df8
5 changed files with 74 additions and 11 deletions

View File

@@ -36,6 +36,8 @@
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@commitlint/config-conventional": "^15.0.0",
"@commitlint/prompt-cli": "^15.0.0",
"@webpack-cli/init": "^1.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
@@ -56,6 +58,7 @@
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
"mocha": "^8.1.3",
"standard-version": "^9.3.2",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.0.0",
@@ -66,6 +69,7 @@
"build:dist": "rm -rf lib && webpack --config ./webpack.prod.js",
"start": "webpack serve --config webpack.dev.js",
"test": "karma start",
"test:chrome": "karma start --browsers Chrome --singleRun=false"
"test:chrome": "karma start --browsers Chrome --singleRun=false",
"release": "standard-version -a"
}
}