Skip to content

Commit

Permalink
Update yarn support (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
javajunky authored Apr 13, 2023
1 parent 69a50e5 commit 6338b6b
Show file tree
Hide file tree
Showing 4 changed files with 15,105 additions and 10,863 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 16.x
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn lint:check

format:
Expand All @@ -31,5 +31,5 @@ jobs:
with:
node-version: 16.x
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn install --immutable
- run: yarn format:check
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.yarn
.cache
src/.temp
dist
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Loading

0 comments on commit 6338b6b

Please sign in to comment.