mirror of
https://github.com/status-im/metro.git
synced 2025-01-11 19:44:17 +00:00
Add NPM_TOKEN to the npmrc configuration to be able to publish the npm package from circleci
Reviewed By: mjesun Differential Revision: D7586241 fbshipit-source-id: eaba25453c1aca00c07bf0eae961878e1de2e391
This commit is contained in:
parent
d54a7044f2
commit
ab73426926
@ -78,6 +78,8 @@ jobs:
|
||||
working_directory: packages/metro
|
||||
command: yarn --no-progress
|
||||
- save-cache: *save-cache
|
||||
- run:
|
||||
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
- run:
|
||||
working_directory: ~/metro
|
||||
command: npm run publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user