chore(version): udpate version

This commit is contained in:
thinkinggis 2019-11-29 15:21:27 +08:00
parent 99c60bb87b
commit bcbdac38c7
1 changed files with 2 additions and 2 deletions

View File

@ -134,10 +134,10 @@
"lint:ts": "run-p -c lint:ts-*", "lint:ts": "run-p -c lint:ts-*",
"lint": "run-p -c lint:*", "lint": "run-p -c lint:*",
"commit": "git-cz", "commit": "git-cz",
"version": "lerna version --conventional-commits", "version": "lerna version --force-publish --conventional-commits",
"version:prerelease": "lerna version --conventional-prerelease", "version:prerelease": "lerna version --conventional-prerelease",
"prerelease": "yarn build && yarn bundle", "prerelease": "yarn build && yarn bundle",
"release": "lerna publish from-package --registry https://registry.npmjs.com/", "release": "lerna publish from-package --registry https://registry.npmjs.com/ --force-publish",
"storybook": "start-storybook -p 6006", "storybook": "start-storybook -p 6006",
"test": "BABEL_ENV=test jest", "test": "BABEL_ENV=test jest",
"coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls", "coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls",