File tree Expand file tree Collapse file tree 5 files changed +11975
-6745
lines changed Expand file tree Collapse file tree 5 files changed +11975
-6745
lines changed Original file line number Diff line number Diff line change
1
+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"compile" : " tsc" ,
9
9
"build" : " yarn run clean && yarn run compile" ,
10
- "test" : " yarn --cwd test test" ,
10
+ "test" : " yarn test/ test" ,
11
11
"release" : " standard-version" ,
12
12
"--------------" : " " ,
13
13
"format" : " prettier --write ." ,
16
16
"reset" : " yarn run clean:all && yarn install && yarn build" ,
17
17
"-------------- " : " " ,
18
18
"prepack" : " yarn build" ,
19
- "pretest" : " yarn --cwd test install" ,
19
+ "pretest" : " yarn test/ install" ,
20
20
"prebuild" : " rimraf -g dist"
21
21
},
22
22
"keywords" : [
71
71
"dependencies" : {
72
72
"minimatch" : " ^3.1.2"
73
73
},
74
- "packageManager" : " yarn@1.22.22 +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e "
74
+ "packageManager" : " yarn@4.4.0 +sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb "
75
75
}
Original file line number Diff line number Diff line change 25
25
"typescript-three" : " npm:typescript@3.6.5" ,
26
26
"typescript-transform-paths" : " file:../"
27
27
},
28
- "workspaces" : {
29
- "packages" : [
30
- " projects/*"
31
- ],
32
- "nohoist" : [
33
- " **/semver/*" ,
34
- " **/ts-patch/*"
35
- ]
36
- }
28
+ "workspaces" : [
29
+ " projects/*"
30
+ ]
37
31
}
You can’t perform that action at this time.
0 commit comments