File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
3- jobs :
3+ commands :
4+ upgrade-and-run-yarn :
5+ steps :
6+ - run :
7+ name : Upgrade and run Yarn
8+ command : |
9+ npm install -g corepack
10+ yarn set version 4.9.1
11+ yarn
412
13+ jobs :
514 build-macos :
615 macos :
716 xcode : 16.2.0
2534 echo 'source $NVM_DIR/nvm.sh' >> $BASH_ENV
2635 echo 'nvm install ${NODE_VERSION}' >> $BASH_ENV
2736 echo 'nvm alias default ${NODE_VERSION}' >> $BASH_ENV
28- - run :
29- command : yarn && yarn run link
37+ - upgrade-and-run-yarn
3038 - run :
3139 command : |
3240 export NODE_ENV=$([ "${CIRCLE_BRANCH}" == "main" ] && echo "production" || echo "development")
4553 BASH_ENV : " .circleci/bashrc"
4654 steps :
4755 - checkout
48- - run :
49- command : yarn && yarn run link
56+ - upgrade-and-run-yarn
5057 - run :
5158 command : |
5259 export NODE_ENV=$([ "${CIRCLE_BRANCH}" == "main" ] && echo "production" || echo "development")
6572 BASH_ENV : " .circleci/bashrc"
6673 steps :
6774 - checkout
68- - run :
69- command : yarn && yarn run link
75+ - upgrade-and-run-yarn
7076 - run :
7177 command : |
7278 export NODE_ENV=$([ "${CIRCLE_BRANCH}" == "main" ] && echo "production" || echo "development")
Original file line number Diff line number Diff line change 1- nodeLinker : node-modules
1+ nodeLinker : node-modules
You can’t perform that action at this time.
0 commit comments