chore: improve dev setup for windows (#1790)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
This commit is contained in:
parent
f2dcec6b17
commit
a5ca32b821
|
@ -30,7 +30,7 @@ LICENSE* text
|
|||
## Non-text documentation
|
||||
*.html text diff=html
|
||||
*.pdf binary
|
||||
*.json text
|
||||
*.json text eol=lf
|
||||
*.rtf binary
|
||||
|
||||
## Git Properties
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
"lerna-changelog": "1.0.1",
|
||||
"markdownlint-cli": "0.25.0",
|
||||
"typescript": "3.9.7",
|
||||
"update-ts-references": "^1.3.0"
|
||||
"update-ts-references": "2.0.0"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
"test/**/*.ts"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../opentelemetry-api"
|
||||
},
|
||||
{
|
||||
"path": "../opentelemetry-core"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue