Split build command

This commit is contained in:
Oliver Davies 2019-04-10 12:18:26 +01:00
parent e544595e7c
commit b2569f21c8

View file

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