Skip to content
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

Add MyGet instructions to use dev build #2074

Merged
merged 7 commits into from
Jun 17, 2019

Conversation

corinagum
Copy link
Contributor

@corinagum corinagum commented Jun 12, 2019

Fixes #2025

Changelog Entry

  • Added documentation for using Web Chat dev build, by @corinagum, in PR #2074

Description

Our root README.md now has information on how to access Web Chat's dailies for the latest changes.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Re-subscribing requires that you reset your registry.

1. Delete your `.npmrc file`
1. Delete your root `package-lock.json`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we do it without removing package-lock.json?

Although data/information in package-lock.json is not quite human-readable, they are critical to make a reproducible build.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried without deleting package-lock.json and it did not work.

README.md Outdated
1. Delete your `.npmrc file`
1. Delete your root `package-lock.json`
1. Remove your `node_modules` directory
1. Clear your project cache `npm cache clean --force`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, do we really need to clean cache?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it works without. :) thanks

README.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@corinagum corinagum merged commit 915546a into microsoft:master Jun 17, 2019
@tiagodenoronha
Copy link
Contributor

@corinagum was this related to #2091 ? :)

@corinagum
Copy link
Contributor Author

@tiagodenoronha I'm not sure -- I believe you filed 2091 after this PR was merged in. Please feel free to review the documentation though! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update instructions to use MyGet for dev build
3 participants