@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 +1 -1
- package/dist/plugins/app.exe +0 -0
- package/dist/public/upload-web.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
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.
|
|
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.
|
|
22
|
-
"@itera-web/rules-prettier": "^1.
|
|
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",
|