-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for composer create-project #161
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 1.x #161 +/- ##
===========================================
- Coverage 77.06% 22.22% -54.84%
===========================================
Files 8 2 -6
Lines 449 27 -422
===========================================
- Hits 346 6 -340
+ Misses 103 21 -82 ☔ View full report in Codecov by Sentry. |
@@ -53,24 +53,25 @@ jobs: | |||
sudo chown "$USER" /usr/local/bin/ahoy && chmod +x /usr/local/bin/ahoy | |||
|
|||
- name: Install dependencies | |||
run: npm ci | |||
working-directory: .scaffold/tests | |||
run: composer install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not do this. The whole point was to hide all the scaffold stuff inside of the .scaffold
dir so that the consumers can see a clean structure with just one odd directory .scaffold
.
Please revert this back and any other overrides.
The task was to only update a couple of fields in composer.json
and store everything in .scaffold
.
Checklist before requesting a review
closes #160
[#123] Verb in past tense with dot at the end.
Changed
section about WHY something was done if this was not a normal implementationChanged
Screenshots