Run tests before build
This commit is contained in:
parent
666aee33eb
commit
d57f3db25c
|
@ -1,6 +1,7 @@
|
||||||
[build]
|
[build]
|
||||||
command = """
|
command = """
|
||||||
yarn lint
|
yarn lint
|
||||||
|
composer test
|
||||||
composer prod
|
composer prod
|
||||||
yarn prod
|
yarn prod
|
||||||
cp -R source/dist output_prod
|
cp -R source/dist output_prod
|
||||||
|
|
Loading…
Reference in a new issue