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 1
1
[build ]
2
2
command = " next build"
3
3
publish = " .next"
4
+ ignore = " echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
4
5
5
- # ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
6
6
[build .environment ]
7
7
# cache Cypress binary in local "node_modules" folder
8
8
# so Netlify caches it
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
command = " npm run build"
3
3
publish = " dist/apps/demo-monorepo/.next"
4
+ ignore = " git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
4
5
5
- # ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
6
6
[dev ]
7
7
command = " npm run start"
8
8
targetPort = 4200
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
command = " next build"
3
3
publish = " .next"
4
+ ignore = " git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
4
5
5
- # ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../"
6
6
[build .environment ]
7
7
# cache Cypress binary in local "node_modules" folder
8
8
# so Netlify caches it
You can’t perform that action at this time.
0 commit comments