chore: release改成cjs后缀

This commit is contained in:
roymondchen 2023-11-03 19:32:41 +08:00
parent 263533f09a
commit 4e6b1fe6aa
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
"prepare": "husky install",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.js"
"release": "node scripts/release.cjs"
},
"engines": {
"node": ">=16"