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
|
## Non-text documentation
|
||||||
*.html text diff=html
|
*.html text diff=html
|
||||||
*.pdf binary
|
*.pdf binary
|
||||||
*.json text
|
*.json text eol=lf
|
||||||
*.rtf binary
|
*.rtf binary
|
||||||
|
|
||||||
## Git Properties
|
## Git Properties
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
"lerna-changelog": "1.0.1",
|
"lerna-changelog": "1.0.1",
|
||||||
"markdownlint-cli": "0.25.0",
|
"markdownlint-cli": "0.25.0",
|
||||||
"typescript": "3.9.7",
|
"typescript": "3.9.7",
|
||||||
"update-ts-references": "^1.3.0"
|
"update-ts-references": "2.0.0"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
"test/**/*.ts"
|
"test/**/*.ts"
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
|
{
|
||||||
|
"path": "../opentelemetry-api"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "../opentelemetry-core"
|
"path": "../opentelemetry-core"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue