From b448dbf5a9f3ca66be6917105c47e56c710587ca Mon Sep 17 00:00:00 2001 From: needhamgary Date: Thu, 12 Oct 2023 04:30:24 -0500 Subject: [PATCH] fix: switch to yarn install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2f18a14..a95fa2ca 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "watch": "tsup --watch", - "clean-modules": "rimraf node_modules/ && npm install", + "clean-modules": "rimraf node_modules/ && yarn install", "lint": "eslint src/**/*.ts", "format": "eslint src/**/*.ts --fix", "build:dev": "tsup --metafile",