@itera-web/cli 1.1.70 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  支持构建`React TS公共组件`、`项目的本地调试`、`打包发布`
4
4
 
5
- - 1.1.70 => 兼容Linux
5
+ - 1.1.71 => 兼容Linux
6
6
  - 1.1.68 => 添加编译缓存
7
7
  - 1.1.65 => 引入排序加入 `iteraWeb` 包
8
8
  - 1.1.56 => 多页应用名字修改
Binary file
@@ -87,7 +87,7 @@ function uploadWeb(noBuild, doDelete) {
87
87
  }
88
88
  if (!noBuild) {
89
89
  log_1.Console.cyan('\n正在执行本地构建...\n');
90
- (0, child_process_1.execSync)('itera-cli build', { env: env });
90
+ (0, child_process_1.execSync)('npx itera-cli build', { env: env });
91
91
  log_1.Console.success('构建完成');
92
92
  }
93
93
  else {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itera-web/cli",
3
- "version": "1.1.70",
3
+ "version": "1.1.72",
4
4
  "bin": {
5
5
  "itera-cli": "./bin/index.js"
6
6
  },
7
7
  "scripts": {
8
- "check": "ncu -u --filter \"/^@itera-web/\"",
8
+ "check": "ncu -u --filter \"/^@itera-web/\" && npm i",
9
9
  "dev": "tsc -w & tsc-alias -w",
10
10
  "build": "tsc && tsc-alias"
11
11
  },
@@ -18,8 +18,8 @@
18
18
  "description": "基于Webpack的自定义CLI 用于构建 WEB 和 electron 应用",
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
- "@itera-web/rules-eslint": "^1.13.0",
22
- "@itera-web/rules-prettier": "^1.12.0",
21
+ "@itera-web/rules-eslint": "^1.18.0",
22
+ "@itera-web/rules-prettier": "^1.17.0",
23
23
  "@types/cheerio": "^0.22.35",
24
24
  "@types/fs-extra": "^11.0.4",
25
25
  "@types/inquirer": "^9.0.9",