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
3939Thumbs.db
4040
4141.nx /cache
42+ .nx /workspace-data
4243
4344# Next.js
4445.next
4546
4647# Local Netlify folder
4748.netlify
49+ .cursor /rules /nx-rules.mdc
50+ .github /instructions /nx.instructions.md
Original file line number Diff line number Diff line change 33 "targetDefaults" : {
44 "build" : {
55 "cache" : true ,
6- "dependsOn" : [" ^build" ],
7- "inputs" : [" production" , " ^production" ]
6+ "dependsOn" : [
7+ " ^build"
8+ ],
9+ "inputs" : [
10+ " production" ,
11+ " ^production"
12+ ]
813 },
914 "lint" : {
1015 "cache" : true
1116 },
1217 "@nx/next:build" : {
1318 "cache" : true ,
14- "dependsOn" : [" ^build" ],
15- "inputs" : [" production" , " ^production" ]
19+ "dependsOn" : [
20+ " ^build"
21+ ],
22+ "inputs" : [
23+ " production" ,
24+ " ^production"
25+ ]
1626 }
1727 },
1828 "namedInputs" : {
19- "default" : [" {projectRoot}/**/*" , " sharedGlobals" ],
29+ "default" : [
30+ " {projectRoot}/**/*" ,
31+ " sharedGlobals"
32+ ],
2033 "production" : [
2134 " default" ,
2235 " !{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)" ,
3144 "linter" : " eslint"
3245 }
3346 }
34- }
47+ },
48+ "useInferencePlugins" : false
3549}
You can’t perform that action at this time.
0 commit comments