From 87b939ae211a09cac6248b7ed4e0bbf3f6ca4c3f Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Wed, 4 Oct 2023 10:47:20 +0200 Subject: [PATCH] chore: use yarn --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed24335f..99a79263 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "hooks": { "before:init": [ - "npm run lint" + "yarn lint" ] }, "npm": {