Swap out yarn for pnpm

This commit is contained in:
Jon Staab
2023-12-13 14:39:24 -08:00
parent 66c6abd1a8
commit 03c2c369f5
3 changed files with 2119 additions and 2061 deletions
+4 -4
View File
@@ -24,14 +24,14 @@
"build"
],
"scripts": {
"pub": "npm i && npm run lint && tsc-multi && npm publish",
"pub": "pnpm install && npm run lint && tsc-multi && pnpm publish",
"build": "tsc-multi",
"clean": "gts clean",
"lint": "gts lint",
"fix": "gts fix",
"prepare": "yarn run build",
"pretest": "yarn run build",
"posttest": "yarn run lint"
"prepare": "pnpm build",
"pretest": "pnpm build",
"posttest": "pnpm lint"
},
"dependencies": {
"isomorphic-ws": "^5.0.0",