Skip to content

Commit 18c2845

Browse files
renovate[bot]renovate-botkodiakhq[bot]ascorbic
authored
chore(deps): lock file maintenance (#951)
* chore(deps): lock file maintenance * chore: add ignore back in Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]>
1 parent d16b10d commit 18c2845

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/default/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4+
ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
45

5-
# ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder
88
# so Netlify caches it

demos/nx-next-monorepo-demo/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "npm run build"
33
publish = "dist/apps/demo-monorepo/.next"
4+
ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
45

5-
# ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
66
[dev]
77
command = "npm run start"
88
targetPort = 4200

demos/static-root/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
45

5-
# ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder
88
# so Netlify caches it

0 commit comments

Comments
 (0)