This repository was archived by the owner on Oct 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +53
-193
lines changed
Expand file tree Collapse file tree 5 files changed +53
-193
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 runs-on : ubuntu-latest
13-
13+ env :
14+ CYPRESS_INSTALL_BINARY : 0
1415 strategy :
1516 matrix :
1617 node-version : [16.19.0]
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ tasks:
240240 release-mac :
241241 command : ' pkg ./package.json -t node16-mac -o @out(0)'
242242 deps :
243+ - ~:fetch-pkg-mac
243244 - ~:build
244245 platform : node
245246 outputs :
@@ -250,6 +251,7 @@ tasks:
250251 release-linux :
251252 command : ' pkg ./package.json -t node16-linux -o @out(0)'
252253 deps :
254+ - ~:fetch-pkg-linux
253255 - ~:build
254256 platform : node
255257 outputs :
@@ -260,6 +262,7 @@ tasks:
260262 release-windows :
261263 command : ' pkg ./package.json -t node16-win -o @out(0)'
262264 deps :
265+ - ~:fetch-pkg-windows
263266 - ~:build
264267 outputs :
265268 - /release/windows/RedEye
Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ tasks:
1616 runDepsInParallel : false
1717 release-mac :
1818 deps :
19- - ' @redeye/ client:build'
19+ - client:build
2020 - ~:build
2121 outputs :
2222 - /release/mac/RedEye
2323 options :
2424 runInCI : false
2525 release-linux :
2626 deps :
27- - ' @redeye/ client:build'
27+ - client:build
2828 - ~:build
2929 outputs :
3030 - /release/linux/RedEye
3131 options :
3232 runInCI : false
3333 release-windows :
3434 deps :
35- - ' @redeye/ client:build'
35+ - client:build
3636 - ~:build
3737 outputs :
3838 - /release/windows/RedEye
Original file line number Diff line number Diff line change 2929 "cy:open" : " yarn moon run @redeye/e2e:open-cy" ,
3030 "cy:open-blue" : " yarn moon run @redeye/e2e:open-cy-blue" ,
3131 "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" ,
3333 "release:mac" : " yarn moon run server:release-mac cs-parser:release-mac" ,
3434 "release:linux" : " yarn moon run server:release-linux cs-parser:release-linux" ,
3535 "release:windows" : " yarn moon run server:release-windows cs-parser:release-windows"
185185 "mocha-junit-reporter" : " ^2.0.2" ,
186186 "node-gyp" : " ^8.1.0" ,
187187 "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" ,
190190 "prettier" : " ^2.2.1" ,
191191 "rimraf" : " ^4.1.2" ,
192192 "rollup-plugin-auto-external" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments