We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ef193 commit 3ed62f0Copy full SHA for 3ed62f0
netlify.toml
@@ -1,11 +1,7 @@
1
-# Global settings applied to the whole site.
2
-#
3
-# “base” is the directory to change to before starting build. If you set base:
4
-# that is where we will look for package.json/.nvmrc/etc, not repo root!
5
-# “command” is your build command.
6
-# “publish” is the directory to publish (relative to the root of your repo).
+# https://docs.netlify.com/configure-builds/file-based-configuration
7
8
[build]
9
base = "docs"
10
command = "yarn generate"
11
publish = "dist"
+ ignore = "git diff --quiet HEAD^ HEAD . ../package.json"
0 commit comments