File tree 2 files changed +11
-23
lines changed
2 files changed +11
-23
lines changed Original file line number Diff line number Diff line change 13
13
root :
14
14
- ' *'
15
15
16
- samples :
17
- - samples/** /*
16
+ davinci-client :
17
+ - packages/davinci-client /*
18
18
19
- sdk :
19
+ device-client :
20
+ - packages/device-client/*
21
+
22
+ token-vault :
23
+ - packages/token-vault/*
24
+
25
+ javascript-sdk :
20
26
- packages/javascript-sdk/*
21
27
- packages/javascript-sdk/**/*
22
28
29
+ ping-protect : -packages/ping-protect/*
23
30
test :
24
31
- e2e/**/*
25
32
- jest*
Original file line number Diff line number Diff line change 34
34
"cache" : true
35
35
},
36
36
"test" : {
37
+ "dependsOn" : [" ^build" ],
37
38
"inputs" : [" noMarkdown" , " ^noMarkdown" ],
38
39
"cache" : true
39
40
},
42
43
"inputs" : [" noMarkdown" , " ^noMarkdown" ],
43
44
"cache" : true
44
45
},
45
- "@nx/vite:test" : {
46
- "dependsOn" : [" ^test" ],
47
- "inputs" : [" noMarkdown" , " ^noMarkdown" ],
48
- "cache" : true
49
- },
50
- "@nx/eslint:lint" : {
51
- "dependsOn" : [" ^build" , " ^lint" ],
52
- "inputs" : [" noMarkdown" , " ^noMarkdown" ],
53
- "cache" : true
54
- },
55
- "@nx/vite:build" : {
56
- "dependsOn" : [" ^build" ],
57
- "cache" : true ,
58
- "inputs" : [" noMarkdown" , " ^noMarkdown" ]
59
- },
60
- "@nx/esbuild:esbuild" : {
61
- "dependsOn" : [" ^build" ],
62
- "cache" : true ,
63
- "inputs" : [" noMarkdown" , " ^noMarkdown" ]
64
- },
65
46
"e2e-ci--**/*" : {
66
47
"dependsOn" : [" ^build" ],
67
48
"inputs" : [" noMarkdown" , " ^noMarkdown" ],
You can’t perform that action at this time.
0 commit comments