Skip to content

Commit ed4fa9c

Browse files
committed
chore: use plugin wrapper in nx
1 parent 3f380b5 commit ed4fa9c

File tree

4 files changed

+379
-323
lines changed

4 files changed

+379
-323
lines changed

demos/nx-next-monorepo-demo/libs/.gitkeep

Whitespace-only changes.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ignore = "if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff
77
command = "npm run start"
88
targetPort = 4200
99

10+
[[plugins]]
11+
package = "../plugin-wrapper"
12+
1013
[[plugins]]
1114
package = "@netlify/plugin-nextjs"
1215

1316
# This is a fake plugin, that makes it run npm install
1417
[[plugins]]
1518
package = "@netlify/plugin-local-install-core"
16-
17-
[[plugins]]
18-
package = "../plugin-wrapper"

0 commit comments

Comments
 (0)