@coze-arch/cli 0.0.11-alpha.47b93c → 0.0.12-alpha.e3bedc
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.
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"description": "Coze Mini Program Application",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "pnpm exec concurrently --kill-others-on-fail --kill-signal SIGKILL -n lint,tsc,web,weapp,tt,server -c red,blue,green,yellow,cyan,magenta \"pnpm lint:build\" \"pnpm tsc\" \"pnpm build:web\" \"pnpm build:weapp\" \"pnpm build:tt\" \"pnpm build:server\"",
|
|
8
|
+
"build:pack": "pnpm exec concurrently --kill-others-on-fail --kill-signal SIGKILL -n weapp,tt -c yellow,cyan \"pnpm build:weapp\" \"pnpm build:tt\"",
|
|
8
9
|
"build:server": "pnpm --filter server build",
|
|
9
10
|
"build:tt": "taro build --type tt",
|
|
10
11
|
"build:weapp": "taro build --type weapp",
|
|
@@ -21,7 +22,6 @@
|
|
|
21
22
|
"lint:build": "eslint \"src/**/*.{js,jsx,ts,tsx,css}\" --max-warnings=0",
|
|
22
23
|
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx,css}\" --fix",
|
|
23
24
|
"new": "taro new",
|
|
24
|
-
"pack": "pnpm exec concurrently --kill-others-on-fail --kill-signal SIGKILL -n weapp,tt -c yellow,cyan \"pnpm build:weapp\" \"pnpm build:tt\"",
|
|
25
25
|
"preview:tt": "taro build --type tt --preview",
|
|
26
26
|
"preview:weapp": "taro build --type weapp --preview",
|
|
27
27
|
"tsc": "npx tsc --noEmit --skipLibCheck",
|
package/lib/cli.js
CHANGED
|
@@ -2107,7 +2107,7 @@ const EventBuilder = {
|
|
|
2107
2107
|
};
|
|
2108
2108
|
|
|
2109
2109
|
var name = "@coze-arch/cli";
|
|
2110
|
-
var version = "0.0.
|
|
2110
|
+
var version = "0.0.12-alpha.e3bedc";
|
|
2111
2111
|
var description = "coze coding devtools cli";
|
|
2112
2112
|
var license = "MIT";
|
|
2113
2113
|
var author = "fanwenjie.fe@bytedance.com";
|
|
@@ -6334,7 +6334,7 @@ const createReplaceNpxWithPnpmPatch = (
|
|
|
6334
6334
|
apply: async context =>
|
|
6335
6335
|
applyReplaceNpxWithPnpm(
|
|
6336
6336
|
context,
|
|
6337
|
-
`${template}/replace-npx-with-pnpm@0.0.
|
|
6337
|
+
`${template}/replace-npx-with-pnpm@0.0.13`,
|
|
6338
6338
|
),
|
|
6339
6339
|
});
|
|
6340
6340
|
|