This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-acquia/netlify.toml

9 lines
122 B
TOML

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