We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9968e10 commit 9b35003Copy full SHA for 9b35003
.gitignore
@@ -112,9 +112,5 @@ dist
112
# Stores VSCode versions used for testing VSCode extensions
113
.vscode-test
114
115
-# yarn v2
116
-.yarn/cache
117
-.yarn/unplugged
118
-.yarn/build-state.yml
119
-.yarn/install-state.gz
120
-.pnp.*
+yarn.lock
+package-lock.json
package.json
@@ -36,8 +36,7 @@
36
"build": "rimraf dist && tsc",
37
"type-check": "tsc --pretty --noEmit",
38
"test": "jest",
39
- "preversion": "yarn test",
40
- "version": "yarn build"
+ "version": "pnpm test && pnpm build"
41
},
42
"devDependencies": {
43
"@babel/core": "^7.17.5",
@@ -67,7 +66,6 @@
67
66
"next": ">=10"
68
69
"volta": {
70
- "node": "16.13.2",
71
- "yarn": "1.22.17"
+ "node": "16.13.2"
72
}
73
0 commit comments