Revert "Run PHP CS Fixer check on build"
This reverts commit 7b15afd582
.
This commit is contained in:
parent
0faa3d1959
commit
a83b16f593
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue