From 2f3cee5297b7b6b6eb7438961c1810b0d1f33ba2 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Fri, 15 Jul 2022 10:11:38 +0500 Subject: [PATCH] chore: skip tests during publishing with np --- packages/editor/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/editor/package.json b/packages/editor/package.json index ea6d929f1..5014f5287 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -80,6 +80,10 @@ "prepub": "./scripts/compile.sh", "pub": "np" }, + "np": { + "tests": false, + "releaseDraft": false + }, "publishConfig": { "registry": "https://npm.pkg.github.com", "access": "restricted"