Skip to content

Commit 9883791

Browse files
Merge branch 'main' into mk/encoding-path
2 parents ed197d4 + 74be078 commit 9883791

File tree

4 files changed

+370
-290
lines changed

4 files changed

+370
-290
lines changed

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

0 commit comments

Comments
 (0)