Skip to content

Commit

Permalink
🚀 chore: switch to yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
hexuan committed Oct 19, 2022
1 parent cefef3e commit e2ca619
Show file tree
Hide file tree
Showing 8 changed files with 6,691 additions and 13,321 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: yarn
- run: yarn run build

publish-npm:
needs: build
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
yarnPath: .yarn/releases/yarn-3.2.4.cjs

nodeLinker: node-modules

enableGlobalCache: true
Loading

0 comments on commit e2ca619

Please sign in to comment.