Split build command

This commit is contained in:
Oliver Davies 2019-04-10 12:20:56 +01:00 committed by GitHub
parent bb43ed8144
commit 569fb790dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,9 @@
[build]
command = "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"
environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" }