Lock yarn to 1.23.0 (#922)
* Lock yarn to 1.23.0 * fix flaky test * Fix flaky tests
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,7 +3,6 @@
|
||||
.idea
|
||||
node_modules
|
||||
package-lock.json
|
||||
# yarn.lock
|
||||
|
||||
temp
|
||||
|
||||
@@ -17,3 +16,7 @@ build
|
||||
dist
|
||||
|
||||
.turbo
|
||||
|
||||
# `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit.
|
||||
# It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.
|
||||
.yarn/install-state.gz
|
||||
Reference in New Issue
Block a user