Attempting to fix problem with Github Actions because of local setup
This commit is contained in:
parent
74997cb676
commit
bc581f9eac
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -130,6 +130,8 @@ dist
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
.yarnrc.yml
|
||||||
|
|
||||||
# Ignore automation scripts
|
# Ignore automation scripts
|
||||||
*.ps1
|
*.ps1
|
||||||
*.sh
|
*.sh
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,5 @@
|
||||||
"@types/jsdom": "^21.1.7",
|
"@types/jsdom": "^21.1.7",
|
||||||
"@types/node": "^20.12.12",
|
"@types/node": "^20.12.12",
|
||||||
"typescript": "^5.4.5"
|
"typescript": "^5.4.5"
|
||||||
},
|
}
|
||||||
"packageManager": "yarn@1.22.22"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue