Skip to content

Commit

Permalink
chore: upgrade to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
delr3ves committed May 28, 2024
1 parent 97a17c6 commit a0bf0e8
Show file tree
Hide file tree
Showing 4 changed files with 916 additions and 676 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ log.html

# Swift build folder
.build
.yarn/install-state.gz
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.2.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"private": true,
"scripts": {
"generate": "tree-sitter generate --no-bindings",
"build": "yarn generate",
"test": "tree-sitter test",
"lint": "eslint grammar.js && prettier --check grammar.js",
"format": "prettier --write grammar.js",
"test:debug": "tree-sitter test --debug",
"postinstall": "yarn generate"
"postinstall": "Echo 'yarn generate'"
},
"devDependencies": {
"eslint": "^8.25.0",
Expand Down
Loading

0 comments on commit a0bf0e8

Please sign in to comment.