Update build command
This commit is contained in:
parent
c9d7e7b8d4
commit
00164bbb3c
|
@ -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" }
|
||||||
|
|
Reference in a new issue