File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Enable Corepack
1818 run : corepack enable
1919 - name : Install dependencies
20- run : NPQ_PKG_MGR=yarn npx npq install --immutable
20+ run : yes | npx npq install --immutable
21+ env :
22+ NPQ_PKG_MGR : yarn
2123 - run : yarn remark -r .remarkrc.nightly.mjs .
Original file line number Diff line number Diff line change 3636 - name : Enable Corepack
3737 run : corepack enable
3838 - name : Install dependencies
39- run : NPQ_PKG_MGR=yarn npx npq install --immutable
39+ run : yes | npx npq install --immutable
40+ env :
41+ NPQ_PKG_MGR : yarn
4042 - run : yarn docs:lint
Original file line number Diff line number Diff line change 2727 - name : Enable Corepack
2828 run : corepack enable
2929 - name : Install dependencies
30- run : npx npq install --immutable
30+ run : yes | npx npq install --immutable
3131 env :
3232 NPQ_PKG_MGR : yarn
3333 DETOX_DISABLE_POD_INSTALL : true
6969 - name : Enable Corepack
7070 run : corepack enable
7171 - name : Install dependencies
72- run : npx npq install --immutable
72+ run : echo y | npx npq install --immutable
73+ shell : bash
7374 env :
7475 NPQ_PKG_MGR : yarn
7576 DETOX_DISABLE_POD_INSTALL : true
Original file line number Diff line number Diff line change 1919 - name : Enable Corepack
2020 run : corepack enable
2121 - name : Install dependencies
22- run : NPQ_PKG_MGR=yarn npx npq install --immutable
22+ run : yes | npx npq install --immutable
23+ env :
24+ NPQ_PKG_MGR : yarn
2325 - name : Teardown old domains
2426 run : yarn zx scripts/purge_expired_domains.mjs --olderThan ${{ github.event.inputs.days || '10' }}
2527 env :
Original file line number Diff line number Diff line change 2727 run : corepack enable
2828 - name : Install and build
2929 working-directory : ./website
30+ env :
31+ NPQ_PKG_MGR : yarn
3032 run : |
31- NPQ_PKG_MGR=yarn npx npq install
33+ yes | npx npq install
3234 yarn build
3335 gh-release :
3436 if : github.event_name != 'pull_request'
@@ -49,11 +51,12 @@ jobs:
4951 env :
5052 USE_SSH : true
5153 GIT_USER : git
54+ NPQ_PKG_MGR : yarn
5255 run : |
5356 git config --global user.email "mobile1@wix.com"
5457 git config --global user.name "mobilewix"
5558 cd website/
56- NPQ_PKG_MGR=yarn npx npq install
59+ yes | npx npq install
5760 yarn build
5861 yarn docusaurus deploy
5962 performance :
You can’t perform that action at this time.
0 commit comments