Skip to content

Commit 86410a8

Browse files
committed
feat(conf): set requirements for build to cpu:2
c321682fac0742cd7c6fd860085140989c4729e8
1 parent 6bc0348 commit 86410a8

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

build/conf/ts/ts_next.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ TS_NEXT_CMD=$TOUCH_UNIT \
4040
$_NODE_MODULES_INOUTS ${hide:PEERS} \
4141
${input;hide:"package.json"} ${TS_CONFIG_FILES} $_AS_HIDDEN_INPUTS(IN $TS_INPUT_FILES) \
4242
${output;hide:"package.json"} \
43+
${requirements;hide:"cpu:2"} \
4344
${kv;hide:"pc magenta"} ${kv;hide:"p TS_NXT"}
4445

4546
### @usage: TS_NEXT([name])

build/conf/ts/ts_proto.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ _TS_PROTO_IMPL_CMD=$TOUCH_UNIT \
99
${input;hide:"package.json"} ${TS_CONFIG_FILES} $_AS_HIDDEN_INPUTS(IN $TS_INPUT_FILES) \
1010
${output;hide:"package.json"} \
1111
${hide:PROTO_FAKEID} \
12+
${requirements;hide:"cpu:2"} \
1213
${kv;hide:"pc magenta"} ${kv;hide:"p TS_PRO"}
1314

1415

build/conf/ts/ts_tsc.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TS_TSC_CMD=$TOUCH_UNIT \
44
$_NODE_MODULES_INOUTS ${hide:PEERS} \
55
${input;hide:"package.json"} ${TS_CONFIG_FILES} $_AS_HIDDEN_INPUTS(IN $TS_INPUT_FILES) \
66
${output;hide:"package.json"} \
7+
${requirements;hide:"cpu:2"} \
78
${kv;hide:"pc magenta"} ${kv;hide:"p TS_TSC"}
89

910
### @usage: TS_TSC([name])

build/conf/ts/ts_vite.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ TS_VITE_CMD=$TOUCH_UNIT \
4242
$_NODE_MODULES_INOUTS ${hide:PEERS} \
4343
${input;hide:"package.json"} ${TS_CONFIG_FILES} $_AS_HIDDEN_INPUTS(IN $TS_INPUT_FILES) \
4444
${output;hide:"package.json"} \
45+
${requirements;hide:"cpu:2"} \
4546
${kv;hide:"pc magenta"} ${kv;hide:"p TS_VIT"}
4647

4748
### @usage: TS_VITE([name])

build/conf/ts/ts_webpack.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ TS_WEBPACK_CMD=$TOUCH_UNIT \
3939
$_NODE_MODULES_INOUTS ${hide:PEERS} \
4040
${input;hide:"package.json"} ${TS_CONFIG_FILES} $_AS_HIDDEN_INPUTS(IN $TS_INPUT_FILES) \
4141
${output;hide:"package.json"} \
42+
${requirements;hide:"cpu:2"} \
4243
${kv;hide:"pc magenta"} ${kv;hide:"p TS_WPK"}
4344

4445
### @usage: TS_WEBPACK([name])

0 commit comments

Comments
 (0)