More CI tweaks
This commit is contained in:
parent
f33d42889c
commit
194cea74be
@ -31,7 +31,7 @@
|
|||||||
"test-api-single": "./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml -g single",
|
"test-api-single": "./src/api/vendor/phpunit/phpunit/phpunit -c test/api/phpunit.xml -g single",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"postinstall": "cd src/api/ && composer install --optimize-autoloader && cd ../../"
|
"postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^5.2.9",
|
"@angular/animations": "^5.2.9",
|
||||||
|
Reference in New Issue
Block a user