mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-15 06:02:40 +00:00
5 lines
273 B
TOML
5 lines
273 B
TOML
|
[build]
|
||
|
base = "build/vuepress"
|
||
|
command = "yarn test && yarn build:prod"
|
||
|
publish = "dist"
|
||
|
ignore = "git diff --quiet HEAD^ HEAD ../../defaults.yml ../../images/ __snapshots__/ templates/ build.js netlify.toml write-tree.js write-tree.test.js package.json yarn.lock"
|