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"