Update build command

This commit is contained in:
Oliver Davies 2019-10-04 08:27:01 +01:00
parent c9d7e7b8d4
commit 00164bbb3c

View file

@ -1,10 +1,9 @@
[build]
command = """
composer test \
&& composer prod \
&& npm run lint --fix-dry-run \
&& npm run prod \
&& cp -R source/dist output_prod
composer test && \
npm run lint --fix-dry-run && \
npm run build && \
composer build
"""
publish = "output_prod"
environment = { PHP_VERSION = "7.2", YARN_VERSION = "1.13.0" }