From 4ec2aa6c6ad307b88e757579b205c9a840985e9d Mon Sep 17 00:00:00 2001 From: Evert De Spiegeleer Date: Fri, 12 Jan 2024 09:59:22 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20only=20allow=20yarn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bc838a7..be215eb 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "yarn": "^1.22.0" }, "scripts": { + "preinstall": "npx only-allow yarn", "build": "tsc -p tsconfig.build.json", "test": "node --test --test-reporter spec --test-reporter-destination stdout --test-reporter junit --test-reporter-destination=./test-report.xml --loader ts-node/esm ./src/**/*.test.ts", "prepare": "husky install",