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