File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build ]
22command = " next build"
33publish = " .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
Original file line number Diff line number Diff line change 11[build ]
22command = " npm run build"
33publish = " 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 ]
77command = " npm run start"
88targetPort = 4200
Original file line number Diff line number Diff line change 11[build ]
22command = " next build"
33publish = " .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
You can’t perform that action at this time.
0 commit comments