Skip to content

Commit 586b4dc

Browse files
committed
chore: 패키지 관리자를 npm 에서 yarn berry 로 변경
1 parent 61f5484 commit 586b4dc

File tree

756 files changed

+31055
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

756 files changed

+31055
-5
lines changed

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
// module
2-
node_modules
1+
# build
2+
dist
33

4-
// build
5-
dist
4+
# zero-install
5+
.yarn/*
6+
!.yarn/cache
7+
!.yarn/patches
8+
!.yarn/plugins
9+
!.yarn/releases
10+
!.yarn/sdks
11+
!.yarn/versions

.pnp.cjs

Lines changed: 20220 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)