File tree Expand file tree Collapse file tree 2 files changed +11
-23
lines changed Expand file tree Collapse file tree 2 files changed +11
-23
lines changed Original file line number Diff line number Diff line change 1313root :
1414 - ' *'
1515
16- samples :
17- - samples/** /*
16+ davinci-client :
17+ - packages/davinci-client /*
1818
19- sdk :
19+ device-client :
20+ - packages/device-client/*
21+
22+ token-vault :
23+ - packages/token-vault/*
24+
25+ javascript-sdk :
2026 - packages/javascript-sdk/*
2127 - packages/javascript-sdk/**/*
2228
29+ ping-protect : -packages/ping-protect/*
2330test :
2431 - e2e/**/*
2532 - jest*
Original file line number Diff line number Diff line change 3434 "cache" : true
3535 },
3636 "test" : {
37+ "dependsOn" : [" ^build" ],
3738 "inputs" : [" noMarkdown" , " ^noMarkdown" ],
3839 "cache" : true
3940 },
4243 "inputs" : [" noMarkdown" , " ^noMarkdown" ],
4344 "cache" : true
4445 },
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- },
6546 "e2e-ci--**/*" : {
6647 "dependsOn" : [" ^build" ],
6748 "inputs" : [" noMarkdown" , " ^noMarkdown" ],
You can’t perform that action at this time.
0 commit comments