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] [build]
command = """ command = """
composer test \ composer test && \
&& composer prod \ npm run lint --fix-dry-run && \
&& npm run lint --fix-dry-run \ npm run build && \
&& npm run prod \ composer build
&& 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" }