mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 07:16:39 +00:00
Make package public - master (#5967)
* Update package.json * Update npm-prerelease.yml
This commit is contained in:
parent
e8ee5b3fc9
commit
efda42cf6d
6
.github/workflows/npm-prerelease.yml
vendored
6
.github/workflows/npm-prerelease.yml
vendored
@ -16,7 +16,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- run: npm install
|
- 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:
|
publish-npm-prerelease:
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -114,6 +114,5 @@
|
|||||||
"ios_saf > 15"
|
"ios_saf > 15"
|
||||||
],
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0"
|
||||||
"private": true
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user