Skip to content

Commit

Permalink
change registry to npm directly, github actions having trouble with r…
Browse files Browse the repository at this point in the history
…egistry.yarn
  • Loading branch information
hatton committed Jan 27, 2024
1 parent 6b0e06a commit 9239dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodeLinker: node-modules
registry: http://registry.npmjs.org
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
"sass": "^1.54.8",
"sass-loader": "^7.0.3",
"sinon": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "5.2",
"vite": "^5.0.12",
"vite-electron-plugin": "^0.8.3",
"vite-plugin-electron-renderer": "^0.12.1",
Expand Down Expand Up @@ -242,8 +244,6 @@
"temp": "^0.9.4",
"title-case": "^4.1.2",
"trie-search": "1.2.8",
"ts-node": "^10.9.2",
"typescript": "5.2",
"typescript-collections": "^1.3.3",
"uuid": "^3.3.2",
"winston": "^3.0.0",
Expand Down

0 comments on commit 9239dc4

Please sign in to comment.