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

5 lines
108 B
TOML
Raw Normal View History

2019-03-15 21:01:12 +00:00
[build]
2019-04-09 19:58:46 +00:00
command = "yarn test:unit && yarn build"
2019-03-15 21:01:12 +00:00
publish = "dist"
environment = { YARN_VERSION = "1.13.0" }