File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ publish = ".next"
4
4
ignore = " if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF ../..; fi;"
5
5
6
6
[[plugins ]]
7
- package = " @netlify/plugin-nextjs"
7
+ # Switch these when testing `ntl dev`
8
+ # package = "@netlify/plugin-nextjs"
9
+ package = " ../plugin-wrapper/"
8
10
9
11
# This is a fake plugin, that makes it run npm install
10
12
[[plugins ]]
Original file line number Diff line number Diff line change 9
9
"ntl" : " ntl-internal"
10
10
},
11
11
"dependencies" : {
12
- "@netlify/plugin-nextjs" : " *" ,
13
12
"@netlify/next" : " *" ,
13
+ "@netlify/plugin-nextjs" : " *" ,
14
14
"next" : " ^12.2.0" ,
15
15
"react" : " 18.0.0" ,
16
16
"react-dom" : " 18.0.0"
24
24
"npm-run-all" : " ^4.1.5" ,
25
25
"typescript" : " ^4.6.3"
26
26
}
27
- }
27
+ }
You can’t perform that action at this time.
0 commit comments