Revert "Run PHP CS Fixer check on build"

This reverts commit 7b15afd582.
This commit is contained in:
Oliver Davies 2019-03-26 22:08:40 +00:00
parent 0faa3d1959
commit a83b16f593

View file

@ -1,4 +1,4 @@
[build] [build]
command = "php-cs-fixer fix --dry-run && yarn lint && composer prod && yarn prod && cp -R source/dist output_prod" command = "yarn lint && composer prod && yarn prod && cp -R source/dist output_prod"
publish = "output_prod" publish = "output_prod"
environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" } environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" }