File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : devbox installer
4343 uses : jetify-com/devbox-install-action@v0.14.0
4444 with :
45+ project-path : shells/devbox-ios.json
4546 enable-cache : ' false'
4647 - name : Resolve iOS targets
4748 run : |
8889 - name : devbox installer
8990 uses : jetify-com/devbox-install-action@v0.14.0
9091 with :
92+ project-path : shells/devbox-android.json
9193 enable-cache : ' false'
9294 - name : Resolve Android targets
9395 run : |
Original file line number Diff line number Diff line change 3535 - name : devbox installer
3636 uses : jetify-com/devbox-install-action@v0.14.0
3737 with :
38+ project-path : shells/devbox-ios.json
3839 enable-cache : ' false'
3940 - name : Resolve iOS targets
4041 run : |
6970 - name : devbox installer
7071 uses : jetify-com/devbox-install-action@v0.14.0
7172 with :
73+ project-path : shells/devbox-android.json
7274 enable-cache : ' false'
7375 - name : Resolve Android targets
7476 run : |
Original file line number Diff line number Diff line change 1818 - name : devbox installer
1919 uses : jetify-com/devbox-install-action@v0.14.0
2020 with :
21+ project-path : shells/devbox-fast.json
2122 enable-cache : ' false'
2223 - name : build
2324 run : devbox run --config=shells/devbox-fast.json build
Original file line number Diff line number Diff line change 1717 - name : devbox installer
1818 uses : jetify-com/devbox-install-action@v0.14.0
1919 with :
20+ project-path : shells/devbox-fast.json
2021 enable-cache : ' false'
2122 - name : build
2223 run : devbox run --config=shells/devbox-fast.json build
5455 - name : devbox installer
5556 uses : jetify-com/devbox-install-action@v0.14.0
5657 with :
58+ project-path : shells/devbox-ios.json
5759 enable-cache : ' false'
5860 - name : Resolve iOS targets
5961 run : |
@@ -101,6 +103,7 @@ jobs:
101103 - name : devbox installer
102104 uses : jetify-com/devbox-install-action@v0.14.0
103105 with :
106+ project-path : shells/devbox-android.json
104107 enable-cache : ' false'
105108 - name : Resolve Android targets
106109 run : |
@@ -135,10 +138,11 @@ jobs:
135138 - name : devbox installer
136139 uses : jetify-com/devbox-install-action@v0.14.0
137140 with :
141+ project-path : shells/devbox-fast.json
138142 enable-cache : ' false'
139143
140144 - name : Config, Build, Release
141- run : devbox run release
145+ run : devbox run --config=shells/devbox-fast.json release
142146 env :
143147 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
144148 GH_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 4848 " AVD_FLAVOR=latest bash $SCRIPTS_DIR/android/manager.sh start"
4949 ],
5050 "start-android" : [" bash $SCRIPTS_DIR/android/manager.sh start" ],
51- "release" : [
52- " npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}" ,
53- " yarn install --immutable" ,
54- " yarn build" ,
55- " yarn release"
56- ],
5751 "update-apps" : [
5852 " yarn install --no-immutable" ,
5953 " yarn e2e install --no-immutable" ,
Original file line number Diff line number Diff line change 1111 "init_hook" : [" . $DEVBOX_PROJECT_ROOT/../scripts/shared/common.sh" ],
1212 "scripts" : {
1313 "build" : [" bash $SCRIPTS_DIR/build.sh" ],
14+ "release" : [
15+ " npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}" ,
16+ " yarn install --immutable" ,
17+ " yarn build" ,
18+ " yarn release"
19+ ],
1420 "format" : [" treefmt" ],
1521 "lint" : [" treefmt --fail-on-change" ]
1622 }
You can’t perform that action at this time.
0 commit comments