Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit f7b0212

Browse files
committed
build: set up yarn
1 parent c9b60b9 commit f7b0212

File tree

6 files changed

+787
-5843
lines changed

6 files changed

+787
-5843
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@ dist/
33
# dependencies
44
node_modules/
55
# coverage
6-
coverage/
6+
coverage/
7+
8+
# yarn
9+
.yarn/*
10+
!.yarn/patches
11+
!.yarn/plugins
12+
!.yarn/releases
13+
!.yarn/sdks
14+
!.yarn/versions

.npmignore

Whitespace-only changes.

.yarn/releases/yarn-3.2.0-rc.3.cjs

+768
Large diffs are not rendered by default.

.yarnrc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
checksumBehavior: update
2+
3+
defaultSemverRangePrefix: ""
4+
5+
nodeLinker: node-modules
6+
7+
yarnPath: .yarn/releases/yarn-3.2.0-rc.3.cjs

0 commit comments

Comments
 (0)