File tree 5 files changed +53
-193
lines changed
5 files changed +53
-193
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-latest
13
-
13
+ env :
14
+ CYPRESS_INSTALL_BINARY : 0
14
15
strategy :
15
16
matrix :
16
17
node-version : [16.19.0]
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ tasks:
240
240
release-mac :
241
241
command : ' pkg ./package.json -t node16-mac -o @out(0)'
242
242
deps :
243
+ - ~:fetch-pkg-mac
243
244
- ~:build
244
245
platform : node
245
246
outputs :
@@ -250,6 +251,7 @@ tasks:
250
251
release-linux :
251
252
command : ' pkg ./package.json -t node16-linux -o @out(0)'
252
253
deps :
254
+ - ~:fetch-pkg-linux
253
255
- ~:build
254
256
platform : node
255
257
outputs :
@@ -260,6 +262,7 @@ tasks:
260
262
release-windows :
261
263
command : ' pkg ./package.json -t node16-win -o @out(0)'
262
264
deps :
265
+ - ~:fetch-pkg-windows
263
266
- ~:build
264
267
outputs :
265
268
- /release/windows/RedEye
Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ tasks:
16
16
runDepsInParallel : false
17
17
release-mac :
18
18
deps :
19
- - ' @redeye/ client:build'
19
+ - client:build
20
20
- ~:build
21
21
outputs :
22
22
- /release/mac/RedEye
23
23
options :
24
24
runInCI : false
25
25
release-linux :
26
26
deps :
27
- - ' @redeye/ client:build'
27
+ - client:build
28
28
- ~:build
29
29
outputs :
30
30
- /release/linux/RedEye
31
31
options :
32
32
runInCI : false
33
33
release-windows :
34
34
deps :
35
- - ' @redeye/ client:build'
35
+ - client:build
36
36
- ~:build
37
37
outputs :
38
38
- /release/windows/RedEye
Original file line number Diff line number Diff line change 29
29
"cy:open" : " yarn moon run @redeye/e2e:open-cy" ,
30
30
"cy:open-blue" : " yarn moon run @redeye/e2e:open-cy-blue" ,
31
31
"start:blue" : " SERVER_BLUE_TEAM=true yarn run start:dev" ,
32
- "release:all" : " yarn moon run server:release-all cs-parser:release-all" ,
32
+ "release:all" : " yarn moon run server:release-all && yarn moon run cs-parser:release-all" ,
33
33
"release:mac" : " yarn moon run server:release-mac cs-parser:release-mac" ,
34
34
"release:linux" : " yarn moon run server:release-linux cs-parser:release-linux" ,
35
35
"release:windows" : " yarn moon run server:release-windows cs-parser:release-windows"
185
185
"mocha-junit-reporter" : " ^2.0.2" ,
186
186
"node-gyp" : " ^8.1.0" ,
187
187
"nodemon" : " ^2.0.20" ,
188
- "pkg" : " ^5.8.0 " ,
189
- "pkg-fetch" : " ^3.4 .2" ,
188
+ "pkg" : " ^5.8.1 " ,
189
+ "pkg-fetch" : " ^3.5 .2" ,
190
190
"prettier" : " ^2.2.1" ,
191
191
"rimraf" : " ^4.1.2" ,
192
192
"rollup-plugin-auto-external" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments