[build]
command = """\
yarn lint
yarn test:unit
yarn build
"""
publish = "dist"
environment = { NODE_VERSION = "v12.6.0", YARN_VERSION = "1.13.0" }