Skip to content

Conversation

rbuckton
Copy link
Contributor

As of npm 5.0.0, npm will --save by default. Our build scripts for Travis and Jenkins both include the following steps:

npm uninstall typescript
npm uninstall tslint
npm install

Since since npm now saves changes to package.json by default, the npm install above will not reinstall the packages.

This change tells npm not to save changes during uninstall.

@rbuckton rbuckton merged commit 411cb45 into master May 31, 2017
@rbuckton rbuckton deleted the fixBuildScripts branch May 31, 2017 00:40
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants