[build]
command = """\
yarn lint
yarn test:unit
yarn build
"""
publish = "dist"
environment = { YARN_VERSION = "1.13.0" }