Remove composer lint

This commit is contained in:
Oliver Davies 2019-06-26 01:11:21 +01:00
parent faf8463a92
commit 7c707a4c34

View file

@ -1,9 +1,8 @@
[build]
command = """
composer lint -- --dry-run
yarn lint --fix-dry-run
composer test
composer prod
yarn lint --fix-dry-run
yarn prod
cp -R source/dist output_prod
"""