From 921300ff8c7fca2a41ba784053900988a23518f0 Mon Sep 17 00:00:00 2001 From: Morten Noddeland Date: Tue, 23 Mar 2021 12:33:33 +0100 Subject: [PATCH] Add --no-tests to yarn release We don't have any tests, which makes the 'np' script crash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index add88c1..aa11ded 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "main": "index.js", "scripts": { - "release": "np" + "release": "np --no-tests" }, "repository": { "type": "git",