From b63715a3a4a2e0d81ca70b741e0dc82db5080cbb Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Fri, 16 Apr 2021 15:15:00 +0200 Subject: [PATCH] chore: use `test:ci` to fix release hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d2e644d..5ada84a7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "hooks": { "before:init": [ - "npm run test" + "npm run test:ci" ] }, "npm": {