chore: improve dev setup for windows (#1790)

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
This commit is contained in:
Gerhard Stöbich 2021-01-11 20:37:26 +01:00 committed by GitHub
parent f2dcec6b17
commit a5ca32b821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -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": {

View File

@ -9,6 +9,9 @@
"test/**/*.ts" "test/**/*.ts"
], ],
"references": [ "references": [
{
"path": "../opentelemetry-api"
},
{ {
"path": "../opentelemetry-core" "path": "../opentelemetry-core"
}, },