From efda42cf6d8ab8d90f39ec5c2f25dd1fd8e4c119 Mon Sep 17 00:00:00 2001 From: John Hill Date: Thu, 10 Nov 2022 08:45:55 -0800 Subject: [PATCH] Make package public - master (#5967) * Update package.json * Update npm-prerelease.yml --- .github/workflows/npm-prerelease.yml | 6 +++++- package.json | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-prerelease.yml b/.github/workflows/npm-prerelease.yml index 0f141e3628..a9321ac569 100644 --- a/.github/workflows/npm-prerelease.yml +++ b/.github/workflows/npm-prerelease.yml @@ -16,7 +16,11 @@ jobs: with: node-version: 16 - run: npm install - - run: npm test + - run: | + echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc + npm whoami + npm publish --access=public --tag unstable openmct + # - run: npm test publish-npm-prerelease: needs: build diff --git a/package.json b/package.json index e32c04b14b..c3d9d856d7 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,5 @@ "ios_saf > 15" ], "author": "", - "license": "Apache-2.0", - "private": true + "license": "Apache-2.0" }