Skip to content

Commit a61b371

Browse files
committed
Removed post-create-project-cmd script
1 parent 9b2accb commit a61b371

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

composer.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@
8383
],
8484
"ci-coverage": [
8585
"if [ -f ./build/logs/clover.xml ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi"
86-
],
87-
"post-create-project-cmd": [
88-
"ApiClients\\Tools\\Installer\\Installer::postCreateProject",
89-
"composer update --no-autoloader --ansi",
90-
"composer update --ansi",
91-
"@cs-fix",
92-
"@qa-all"
9386
]
9487
}
9588
}

0 commit comments

Comments
 (0)