chore: 包内依赖改成workspace:*,更新release脚本
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"prepare": "husky install",
|
||||
"commit": "git-cz",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"release": "node scripts/release.cjs"
|
||||
"release": "node scripts/release.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
@@ -51,7 +51,6 @@
|
||||
"@vitejs/plugin-vue": "^4.5.2",
|
||||
"@vitest/coverage-v8": "^1.0.4",
|
||||
"c8": "^7.11.3",
|
||||
"chalk": "^4.1.0",
|
||||
"commitizen": "^4.3.0",
|
||||
"conventional-changelog-cli": "^4.1.0",
|
||||
"cosmiconfig": "^8.3.6",
|
||||
@@ -70,6 +69,7 @@
|
||||
"jsdom": "^19.0.0",
|
||||
"lint-staged": "^11.0.1",
|
||||
"minimist": "^1.2.6",
|
||||
"picocolors": "^1.0.0",
|
||||
"prettier": "^2.8.7",
|
||||
"recast": "^0.20.4",
|
||||
"rimraf": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user