1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 06:59:09 +00:00
conky/web/netlify.toml
2023-03-04 12:01:39 -05:00

19 lines
343 B
TOML

[build]
command = "npm run build"
publish = ".next"
# Include the doc dir in the build ignore command
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../doc/"
[[plugins]]
package = "@netlify/plugin-nextjs"
[[plugins]]
package = "netlify-plugin-cypress"
[plugins.inputs.postBuild]
enable = true
[plugins.inputs]
enable = false