File tree 2 files changed +29
-29
lines changed
2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 40
40
"build" : " npm run prettier:check && npm run clean && npm run build:@microsoft/*" ,
41
41
"build:@microsoft/*" : " lerna run build --scope '@microsoft/*'" ,
42
42
"clean" : " lerna run --parallel --stream --scope '@microsoft/*' clean" ,
43
- "test:browser" : " vitest run --browser.name=chrome -- browser.headless " ,
44
- "test:node" : " vitest --run " ,
43
+ "test:browser" : " lerna run --scope '@microsoft/*' test: browser" ,
44
+ "test:node" : " lerna run --scope '@microsoft/*' test:node " ,
45
45
"test" : " npm run test:node && npm run test:browser" ,
46
46
"tsc:version" : " tsc --version" ,
47
47
"prettier:base" : " prettier --parser typescript" ,
Original file line number Diff line number Diff line change 21
21
" es6" ,
22
22
" DOM.Iterable"
23
23
],
24
- "outDir" : " dist/es"
24
+ "outDir" : " dist/es" ,
25
+ "paths" : {
26
+ "@microsoft/kiota-abstractions" : [
27
+ " ./abstractions"
28
+ ],
29
+ "@microsoft/kiota-serialization-form" : [
30
+ " ./serialization/form"
31
+ ],
32
+ "@microsoft/kiota-serialization-json" : [
33
+ " ./serialization/json"
34
+ ],
35
+ "@microsoft/kiota-http-fetchlibrary" : [
36
+ " ./http/fetchlibrary"
37
+ ],
38
+ "@microsoft/microsoft-graph-client" : [
39
+ " ./graph"
40
+ ],
41
+ "@microsoft/kiota-serialization-text" : [
42
+ " ./serialization/text"
43
+ ],
44
+ "@microsoft/kiota-authentication-azure" : [
45
+ " ./authentication/azure"
46
+ ],
47
+ "@microsoft/kiota-authentication-spfx" : [
48
+ " ./authentication/spfx"
49
+ ],
50
+ },
25
51
},
26
52
"references" : [
27
53
{
52
78
" tests" ,
53
79
" ./test/**/*.ts"
54
80
],
55
- "paths" : {
56
- "@microsoft/kiota-abstractions" : [
57
- " ./abstractions"
58
- ],
59
- "@microsoft/kiota-serialization-form" : [
60
- " ./serialization/form"
61
- ],
62
- "@microsoft/kiota-serialization-json" : [
63
- " ./serialization/json"
64
- ],
65
- "@microsoft/kiota-http-fetchlibrary" : [
66
- " ./http/fetchlibrary"
67
- ],
68
- "@microsoft/microsoft-graph-client" : [
69
- " ./graph"
70
- ],
71
- "@microsoft/kiota-serialization-text" : [
72
- " ./serialization/text"
73
- ],
74
- "@microsoft/kiota-authentication-azure" : [
75
- " ./authentication/azure"
76
- ],
77
- "@microsoft/kiota-authentication-spfx" : [
78
- " ./authentication/spfx"
79
- ],
80
- },
81
81
}
You can’t perform that action at this time.
0 commit comments