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 ../../"
4+ ignore = " git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
55
66[build .environment ]
77# cache Cypress binary in local "node_modules" folder
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 ../../"
4+ ignore = " git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
55
66[dev ]
77command = " npm run start"
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 . . ./../"
4+ ignore = " git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
55
66[build .environment ]
77# cache Cypress binary in local "node_modules" folder
You can’t perform that action at this time.
0 commit comments