-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Remove vendor folders #21217
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
Remove vendor folders #21217
Changes from 5 commits
7e9e3f3
e27a349
3f84ec2
b8fb764
c4a0376
db76d55
e214f02
403027c
6b0d441
5a238db
2d1ef39
c6bbd01
7d485d1
bf3cde6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,13 @@ function usage($command) | |
| $repo = dirname(__DIR__); | ||
| $here = __DIR__; | ||
|
|
||
| system('cd ' . $repo); | ||
| // run composer install and npm install | ||
| system('composer install'); | ||
|
||
| system('npm install'); | ||
|
|
||
| system('cd ' . $here); | ||
|
|
||
| // Set paths for the build packages | ||
| $tmp = $here . '/tmp'; | ||
| $fullpath = $tmp . '/' . $time; | ||
|
|
||
This file was deleted.
This file was deleted.
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.
We still need this json, as the one in the main repo doesn't have the dependencies for the testing. That is why the tests are failing. Karma not found