Skip to content

Commit cd648e8

Browse files
committed
check in yarn executable script
1 parent 74c610b commit cd648e8

File tree

3 files changed

+945
-1
lines changed

3 files changed

+945
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
exclude: bindings/node/.*package\.json
99
- id: check-docstring-first
1010
- id: check-added-large-files
11-
args: [--maxkb=9000]
11+
exclude: '.yarn/releases/yarn.*js'
1212
- id: check-yaml
1313
exclude: docs/mkdocs.yml
1414
- id: check-toml

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
nodeLinker: node-modules
22

33
npmAuditRegistry: "https://registry.npmjs.org"
4+
5+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

0 commit comments

Comments
 (0)