File tree Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Expand file tree Collapse file tree 2 files changed +29
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
node_version : 20
10
+ NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_READ_WRITE_TOKEN }}
10
11
11
12
jobs :
12
13
main-linux :
Original file line number Diff line number Diff line change 29
29
"$schema" : " ./node_modules/nx/schemas/nx-schema.json" ,
30
30
"targetDefaults" : {
31
31
"build" : {
32
- "inputs" : [" production" , " ^production" ],
32
+ "inputs" : [
33
+ " production" ,
34
+ " ^production"
35
+ ],
33
36
"cache" : true
34
37
},
35
38
"test" : {
36
- "inputs" : [" default" , " ^production" , " {workspaceRoot}/jest.preset.js" ],
39
+ "inputs" : [
40
+ " default" ,
41
+ " ^production" ,
42
+ " {workspaceRoot}/jest.preset.js"
43
+ ],
37
44
"cache" : true
38
45
},
39
46
"lint" : {
40
- "inputs" : [" default" , " {workspaceRoot}/.eslintrc.json" ],
47
+ "inputs" : [
48
+ " default" ,
49
+ " {workspaceRoot}/.eslintrc.json"
50
+ ],
41
51
"cache" : true
42
52
},
43
53
"e2e" : {
44
- "inputs" : [" default" , " ^production" ],
54
+ "inputs" : [
55
+ " default" ,
56
+ " ^production"
57
+ ],
45
58
"cache" : true
46
59
},
47
60
"build-storybook" : {
62
75
"cache" : true
63
76
},
64
77
"@nx/jest:jest" : {
65
- "inputs" : [" default" , " ^production" , " {workspaceRoot}/jest.preset.js" ],
78
+ "inputs" : [
79
+ " default" ,
80
+ " ^production" ,
81
+ " {workspaceRoot}/jest.preset.js"
82
+ ],
66
83
"cache" : true ,
67
84
"options" : {
68
85
"passWithNoTests" : true
75
92
}
76
93
},
77
94
"@nx/eslint:lint" : {
78
- "inputs" : [" default" , " {workspaceRoot}/.eslintrc.json" ],
95
+ "inputs" : [
96
+ " default" ,
97
+ " {workspaceRoot}/.eslintrc.json"
98
+ ],
79
99
"cache" : true
80
100
}
81
101
},
131
151
],
132
152
"defaultBase" : " master" ,
133
153
"nxCloudUrl" : " https://staging.nx.app" ,
134
- "nxCloudAccessToken" : " ZjcwZWVlN2EtMTc1OS00NDRiLWEyMzAtODc5ZTQ0YTQ5ZTAxfHJlYWQtd3JpdGU ="
135
- }
154
+ "nxCloudAccessToken" : " OTZmMzE2NDEtMmYzNC00MjhiLWI2M2QtMjgzMTQ4ZjgxZGNlfHJlYWQ ="
155
+ }
You can’t perform that action at this time.
0 commit comments