Skip to content

Commit

Permalink
dev: use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
David GABISON committed Jan 22, 2023
1 parent 9fce37d commit 6473675
Show file tree
Hide file tree
Showing 4 changed files with 3,497 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vscode
.vscode
.vscode

# Intellij
*.iml
Expand All @@ -8,6 +8,10 @@
# npm
node_modules

# yarn
.yarn/cache
.yarn/install-state.gz

# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
Expand Down
823 changes: 823 additions & 0 deletions .yarn/releases/yarn-3.3.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.1.cjs
Loading

0 comments on commit 6473675

Please sign in to comment.