Skip to content

Commit 84e359c

Browse files
Merge branch 'main' into mk/warn-out
2 parents e3a4017 + 37ef6f8 commit 84e359c

File tree

6 files changed

+13
-158
lines changed

6 files changed

+13
-158
lines changed

demos/default/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 ../../"
4+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
55

66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 ../../"
4+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../../"
55

66
[dev]
77
command = "npm run start"

demos/nx-next-monorepo-demo/package-lock.json

Lines changed: 6 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nx-next-monorepo-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-react-hooks": "4.3.0",
4949
"jest": "27.4.3",
5050
"prettier": "^2.3.1",
51-
"ts-jest": "27.1.0",
51+
"ts-jest": "27.1.1",
5252
"typescript": "~4.5.0",
5353
"workbox-webpack-plugin": "^6.4.1"
5454
}

demos/static-root/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "next build"
33
publish = ".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

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)