Include contents.json in netlify ignore. (#891)

This commit is contained in:
Callum Macdonald 2020-09-13 14:28:34 +02:00 committed by GitHub
parent 93257c0173
commit c3cb4166ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
package = "netlify-plugin-gatsby-cache"
[build]
ignore = "git diff —quiet HEAD^ HEAD . ../contents.json"
publish = "public/"
command = "head -n 2 ../contents.json && yarn run build"