mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
build: add --skip-unstable flag to changelog command
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"lint": "eslint --ext .ts,.vue src electron",
|
"lint": "eslint --ext .ts,.vue src electron",
|
||||||
"lint:fix": "eslint --ext .ts,.vue src electron --fix",
|
"lint:fix": "eslint --ext .ts,.vue src electron --fix",
|
||||||
"format": "prettier --write \"src/**/*.{ts,vue}\" \"electron/**/*.{ts,vue}\"",
|
"format": "prettier --write \"src/**/*.{ts,vue}\" \"electron/**/*.{ts,vue}\"",
|
||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
|
"changelog": "conventional-changelog --skip-unstable -p angular -i CHANGELOG.md -s -r 0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@dotenvx/dotenvx": "^1.51.4",
|
"@dotenvx/dotenvx": "^1.51.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user