File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed
tests/fixtures/nx-integrated Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,12 @@ testem.log
39
39
Thumbs.db
40
40
41
41
.nx /cache
42
+ .nx /workspace-data
42
43
43
44
# Next.js
44
45
.next
45
46
46
47
# Local Netlify folder
47
48
.netlify
49
+ .cursor /rules /nx-rules.mdc
50
+ .github /instructions /nx.instructions.md
Original file line number Diff line number Diff line change 3
3
"targetDefaults" : {
4
4
"build" : {
5
5
"cache" : true ,
6
- "dependsOn" : [" ^build" ],
7
- "inputs" : [" production" , " ^production" ]
6
+ "dependsOn" : [
7
+ " ^build"
8
+ ],
9
+ "inputs" : [
10
+ " production" ,
11
+ " ^production"
12
+ ]
8
13
},
9
14
"lint" : {
10
15
"cache" : true
11
16
},
12
17
"@nx/next:build" : {
13
18
"cache" : true ,
14
- "dependsOn" : [" ^build" ],
15
- "inputs" : [" production" , " ^production" ]
19
+ "dependsOn" : [
20
+ " ^build"
21
+ ],
22
+ "inputs" : [
23
+ " production" ,
24
+ " ^production"
25
+ ]
16
26
}
17
27
},
18
28
"namedInputs" : {
19
- "default" : [" {projectRoot}/**/*" , " sharedGlobals" ],
29
+ "default" : [
30
+ " {projectRoot}/**/*" ,
31
+ " sharedGlobals"
32
+ ],
20
33
"production" : [
21
34
" default" ,
22
35
" !{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)" ,
31
44
"linter" : " eslint"
32
45
}
33
46
}
34
- }
47
+ },
48
+ "useInferencePlugins" : false
35
49
}
You can’t perform that action at this time.
0 commit comments