Skip to content

Commit

Permalink
[#71] Config
Browse files Browse the repository at this point in the history
- Adds auth.json
- Adjusts installation
  • Loading branch information
nick-telsan committed Dec 13, 2023
1 parent 9ad3438 commit 8d567ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:

# @TODO: modify or remove this example
- run: echo "Building..."
- run: php composer.phar install
- run: |
cd client-mu-plugins/goodbids
echo "${ACF_CREDS}" >> auth.json
composer install
# NT - Not sure what will be needed here.
# Test to ensure the build was good, do not deploy bad stuff!
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"phpcompatibility/phpcompatibility-wp": "^2"
},
"config": {
"vendor-dir": "client-mu-plugins/vendor",
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Expand Down

0 comments on commit 8d567ec

Please sign in to comment.