Run tests on build

This commit is contained in:
Oliver Davies 2019-04-09 18:12:40 +01:00
parent 201dcb4e92
commit 2b5796641f

View file

@ -1,4 +1,4 @@
[build]
command = "yarn build"
command = "yarn test && yarn build"
publish = "dist"
environment = { YARN_VERSION = "1.13.0" }