Skip to content

Commit

Permalink
feat: cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Jun 29, 2022
1 parent d3fd167 commit 26588e2
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 565 deletions.
3 changes: 0 additions & 3 deletions .commitlintrc.js

This file was deleted.

15 changes: 0 additions & 15 deletions lerna.json

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "taro",
"version": "3.5.0-beta.3",
"description": "开放式跨端跨框架开发解决方案",
"homepage": "https://github.com/NervJS/taro#readme",
"author": "O2Team",
Expand All @@ -25,8 +26,8 @@
"lint:style": "stylelint ./packages/**/*.{css,scss}",
"test": "pnpm -r --filter @tarojs/cli --filter babel-preset-taro --filter @tarojs/components --filter @tarojs/taro-h5 --filter @tarojs/react --filter @tarojs/webpack-runner --filter @tarojs/mini-runner --filter @tarojs/runtime --filter @tarojs/taro-rn --filter @tarojs/components-rn run test:ci --parallel",
"version": "run-s version:*",
"version:pnpm": "rush version ${npm_config_lerna_version} --exact --no-git-tag-version --force-publish --yes",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_config_lerna_version}\"",
"version:release": "pnpm -r --filter=./packages/* exec npm version ${npm_package_version}",
"version:git": "git add . && git commit -m \"chore(release): publish ${npm_package_version}\"",
"version:changelog": "conventional-changelog -p angular"
},
"lint-staged": {
Expand Down Expand Up @@ -56,7 +57,6 @@
"@babel/preset-typescript": "^7.14.5",
"@babel/traverse": "^7.14.5",
"@babel/types": "^7.14.5",
"@changesets/cli": "^2.23.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@jest/globals": "^26.6.2",
Expand Down Expand Up @@ -123,6 +123,7 @@
"babel-preset-power-assert": "3.0.0",
"babel-preset-taro": "workspace:*",
"cli-highlight": "^2.1.4",
"conventional-changelog-cli": "^2.0.1",
"core-js": "^2.6.5",
"cpy-cli": "^4.1.0",
"cross-env": "^7.0.2",
Expand Down
Loading

0 comments on commit 26588e2

Please sign in to comment.