Skip to content

Ensure the npm registry is used during "Publish" workflow #4286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 7, 2020

Conversation

TooTallNate
Copy link
Member

Unset the npm_config_registry env var which yarn overwrites to the
yarn registry, which we don't want since the .npmrc file that gets
created is configured to the npm registry.

Unset the `npm_config_registry` env var which yarn overwrites to the
yarn registry, which we don't want since the `.npmrc` file that gets
created is configured to the npm registry.
@TooTallNate TooTallNate requested a review from leo as a code owner May 7, 2020 05:33
@TooTallNate TooTallNate requested review from styfle and AndyBitz May 7, 2020 05:33
@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #4286 into master will increase coverage by 0.91%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4286      +/-   ##
==========================================
+ Coverage   13.68%   14.60%   +0.91%     
==========================================
  Files         294      294              
  Lines       10359    10482     +123     
  Branches     1351     1310      -41     
==========================================
+ Hits         1418     1531     +113     
- Misses       8844     8870      +26     
+ Partials       97       81      -16     
Impacted Files Coverage Δ
src/util/dev/server.ts 60.78% <0.00%> (+4.28%) ⬆️
src/util/dev/builder-cache.ts 83.11% <0.00%> (+4.54%) ⬆️
src/util/metrics.ts 84.61% <0.00%> (+10.93%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f459db9...878be37. Read the comment docs.

@kodiakhq kodiakhq bot merged commit 4b39e96 into master May 7, 2020
@kodiakhq kodiakhq bot deleted the fix/npm-publish branch May 7, 2020 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants