Update build command

This commit is contained in:
Oliver Davies 2019-01-24 22:08:15 +00:00
parent febc1ce4d9
commit 8148c4f24f

View file

@ -1,4 +1,4 @@
[build]
command = "composer prod"
command = "composer prod && yarn prod && cp -R source/dist output_prod"
publish = "output_prod"
environment = { PHP_VERSION = "7.2" }