mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
19 lines
343 B
TOML
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
|