This commit is contained in:
hufeixiong
2021-07-20 19:28:51 +08:00
parent 79de48da66
commit b55f43fd0b
12 changed files with 393 additions and 26 deletions

View File

@@ -9,7 +9,8 @@
"start:doc":"lerna exec npm run start --scope=dooringx-doc",
"build": "lerna exec npm run build --scope=dooringx-lib",
"deploy": "lerna exec npm run deploy --scope=dooringx-doc",
"pub": "node ./script/publish.js"
"pub": "node ./script/publish.js",
"changelog": "node ./script/changelog.js"
},
"private": true,
"devDependencies": {