Vendor yarn executable (#132)
* chore: vendor yarn version * chore: change git ignore for yarn files * chore: "add-target" make target Non-rustup users have to run this. * ci: prettier should ignore .yarn
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -1 +1,3 @@
|
||||
*.json linguist-language=JSON-with-Comments
|
||||
*.json linguist-language=JSON-with-Comments
|
||||
.yarn/releases/** binary
|
||||
.yarn/plugins/** binary
|
||||
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@@ -24,4 +24,8 @@ src/napi/package-*
|
||||
target
|
||||
*.node
|
||||
todo-express/
|
||||
qwik-app/
|
||||
qwik-app/
|
||||
|
||||
# Yarn
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
*.
|
||||
.vscode/settings.json
|
||||
.history
|
||||
.yarn
|
||||
bazel-*
|
||||
bazel-bin
|
||||
bazel-out
|
||||
@@ -27,4 +28,4 @@ build
|
||||
.rollup.cache
|
||||
build
|
||||
node_modules
|
||||
tsconfig.tsbuildinfo
|
||||
tsconfig.tsbuildinfo
|
||||
|
||||
147392
.yarn/releases/yarn-1.23.0-20211220.1904.cjs
vendored
Executable file
147392
.yarn/releases/yarn-1.23.0-20211220.1904.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
||||
yarnPath: .yarn/releases/yarn-1.23.0-20211220.1904.cjs
|
||||
Reference in New Issue
Block a user