Split build command
This commit is contained in:
parent
bb43ed8144
commit
569fb790dd
|
@ -1,4 +1,9 @@
|
||||||
[build]
|
[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"
|
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