From 07cbfdd4035e4a174cb79326d388ccc1cf748074 Mon Sep 17 00:00:00 2001 From: Swain Molster Date: Fri, 10 Jun 2022 15:26:37 -0400 Subject: [PATCH] fix: make package public --- .github/workflows/release.yml | 4 +--- package.json | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36536fc..c2727c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,4 @@ jobs: yarn test yarn build - name: Publish - run: | - yarn semantic-release - npm access grant read-only lifeomic:readonly-developers '@lifeomic/one-schema' + run: yarn semantic-release diff --git a/package.json b/package.json index 4f5e03f..fb3f6f6 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.0.0", "main": "index.js", "license": "MIT", + "publishConfig": { + "access": "public" + }, "scripts": { "build": "node build.js", "lint": "eslint .",