chore: standardise to yarn

This commit is contained in:
Jack Waller
2025-01-08 16:54:19 +11:00
parent 8bea223f27
commit 356bf2b912
3 changed files with 85 additions and 67 deletions

View File

@@ -54,7 +54,7 @@
},
"scripts": {
"prepare": "husky install",
"build": "yarn clean && tsc",
"build": "node esbuild.config.js",
"clean": "rm -rf lib",
"start": "node lib/index.js",
"dev": "ts-node src/index.ts",
@@ -74,9 +74,5 @@
"lint": "eslint . --ext ts --quiet",
"lint:fix": "eslint . --ext ts --fix",
"playground": "ts-node src/playground.ts"
},
"workspaces": [
"drift-common/protocol/sdk",
"drift-common/common-ts"
]
}
}