From b75ed9f1d0fa740c9212d49f8643ec0a853b533b Mon Sep 17 00:00:00 2001 From: maudnals Date: Thu, 27 Feb 2020 16:59:08 +0100 Subject: [PATCH] chore: changed npm publish options to make sdk public --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab78ab4d..81f64e87f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "style:fix": "yarn style --write", "build": "tsc --declaration", "build:docs": "typedoc --theme default --out docs/api && touch docs/.nojekyll", - "buildAndPublish": "yarn build && npm publish --access public" + "buildAndPublish": "yarn build && npm publish --access=public" }, "husky": { "hooks": {