File tree 9 files changed +19
-0
lines changed
9 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ outputs:
14
14
15
15
params :
16
16
NODE_OPTIONS : --max-old-space-size=4096
17
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
17
18
18
19
run :
19
20
dir : bento
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ inputs:
12
12
params :
13
13
CHROMATIC_PROJECT_TOKEN : ((chromatic-project-token))
14
14
CHROMATIC_OPTIONS :
15
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
15
16
16
17
run :
17
18
dir : bento
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ image_resource:
9
9
inputs :
10
10
- name : bento
11
11
12
+ params :
13
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
14
+
12
15
run :
13
16
dir : bento
14
17
path : ash
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ image_resource:
9
9
inputs :
10
10
- name : bento
11
11
12
+ params :
13
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
14
+
12
15
run :
13
16
dir : bento
14
17
path : ash
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ outputs:
15
15
caches :
16
16
- path : bento/.pnpm-store
17
17
18
+ params :
19
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
20
+
18
21
run :
19
22
dir : bento
20
23
path : ash
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ image_resource:
9
9
inputs :
10
10
- name : bento
11
11
12
+ params :
13
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
14
+
12
15
run :
13
16
dir : bento
14
17
path : ash
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ params:
17
17
NPM_TOKEN : ((npm_token))
18
18
SSH_PRIVATE_KEY : ((private-key))
19
19
GITHUB_TOKEN : ((github-token))
20
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
20
21
21
22
run :
22
23
path : ci/tasks/release.sh
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ inputs:
11
11
12
12
params :
13
13
CI : true
14
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
14
15
15
16
run :
16
17
dir : bento
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ image_resource:
9
9
inputs :
10
10
- name : bento
11
11
12
+ params :
13
+ COREPACK_ENABLE_DOWNLOAD_PROMPT : " 0"
14
+
12
15
run :
13
16
dir : bento
14
17
path : ash
You can’t perform that action at this time.
0 commit comments