build: change build command

This commit is contained in:
bac-joker 2021-01-05 09:59:28 +08:00
parent 94283a338f
commit bbb75cd44d

View File

@ -10,8 +10,8 @@
"scripts": { "scripts": {
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"build": "father-build --watch", "build": "father-build --watch",
"version": "lerna version prerelease --preid alpha --no-changelog --no-commit-hooks --no-private", "ver": "lerna version prerelease --preid alpha --no-changelog --no-commit-hooks --no-private",
"publish": "father-build && lerna publish from-git --dist-tag next" "release": "father-build && lerna publish from-git --dist-tag next"
}, },
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [