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 d290e2f
Show file tree
Hide file tree
Showing 5 changed files with 1,812 additions and 677 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
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

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
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
"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",
"eslint-plugin-tree-sitter": "^0.0.1",
"prettier": "^2.7.1",
"tree-sitter-cli": "0.20.7"
}
},
"packageManager": "yarn@4.2.1"
}
Loading

0 comments on commit d290e2f

Please sign in to comment.