Skip to content

Commit

Permalink
Merge pull request #256 from elanthia-online/chore/sync-local
Browse files Browse the repository at this point in the history
chore: add yarn 3 support
  • Loading branch information
ondreian authored Oct 12, 2023
2 parents 9ca1a4d + c1ddef2 commit cb4911a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn
.yarn*
.pnp*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx .",
"rc": "yarn version --prerelease --preid=rc && git push && git push --tags",
"rc": "yarn version prerelease && git push && git push --tags",
"test": "yarn ava"
},
"keywords": [],
Expand Down

0 comments on commit cb4911a

Please sign in to comment.