Skip to content

Commit

Permalink
[#71] Split run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-telsan committed Dec 13, 2023
1 parent ff328a1 commit 6717d63
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
# @TODO: Build React apps

- run: echo "Building..."
- run:
command: |
cd client-mu-plugins/goodbids
echo "${ACF_CREDS}" >> auth.json
composer install
- run: echo "${ACF_CREDS}" >> client-mu-plugins/goodbids/auth.json
- run: cd client-mu-plugins/goodbids && composer install

# @TODO: Add tests
# - run:
Expand Down

0 comments on commit 6717d63

Please sign in to comment.