Skip to content

Commit

Permalink
feat: 🎸 apply yarn zero install
Browse files Browse the repository at this point in the history
Zero install is not perfectly applied because some libraries use scripts
such as postinstall.
  • Loading branch information
sweatpotato13 committed Apr 3, 2024
1 parent 020c6ff commit 8dc072a
Show file tree
Hide file tree
Showing 813 changed files with 19,087 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ lerna-debug.log*

# Yarn berry
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*
!.yarn/versions
17,008 changes: 17,008 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 8dc072a

Please sign in to comment.