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
148 B
TOML
Raw Normal View History

2019-03-15 21:01:12 +00:00
[build]
2019-04-10 11:18:26 +00:00
command = """\
yarn lint
yarn test:unit
yarn build
"""
2019-03-15 21:01:12 +00:00
publish = "dist"
2022-12-29 11:44:43 +00:00
environment = { NODE_VERSION = "v12.6.0", YARN_VERSION = "1.13.0" }