Skip to content

Commit

Permalink
build: 完善发布功能
Browse files Browse the repository at this point in the history
  • Loading branch information
iDerekLi committed Aug 10, 2022
1 parent 1e07aa7 commit 7ca642f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "cross-env NODE_ENV=production rollup -c",
"clean": "rimraf \"packages/*/{build,types}\"",
"release:version": "lerna version --exact --force-publish",
"release:build": "yarn clean && yarn build",
"release:build": "npm run clean && npm run build",
"release:publish": "lerna publish from-package --no-private"
},
"devDependencies": {
Expand All @@ -37,8 +37,5 @@
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
}
}

0 comments on commit 7ca642f

Please sign in to comment.