Skip to content

Commit 9b35003

Browse files
committed
Switch from yarn to pnpm
1 parent 9968e10 commit 9b35003

File tree

4 files changed

+5771
-5978
lines changed

4 files changed

+5771
-5978
lines changed

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,5 @@ dist
112112
# Stores VSCode versions used for testing VSCode extensions
113113
.vscode-test
114114

115-
# yarn v2
116-
.yarn/cache
117-
.yarn/unplugged
118-
.yarn/build-state.yml
119-
.yarn/install-state.gz
120-
.pnp.*
115+
yarn.lock
116+
package-lock.json

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"build": "rimraf dist && tsc",
3737
"type-check": "tsc --pretty --noEmit",
3838
"test": "jest",
39-
"preversion": "yarn test",
40-
"version": "yarn build"
39+
"version": "pnpm test && pnpm build"
4140
},
4241
"devDependencies": {
4342
"@babel/core": "^7.17.5",
@@ -67,7 +66,6 @@
6766
"next": ">=10"
6867
},
6968
"volta": {
70-
"node": "16.13.2",
71-
"yarn": "1.22.17"
69+
"node": "16.13.2"
7270
}
7371
}

0 commit comments

Comments
 (0)