Skip to content

Use local gulp in CI#35474

Merged
joaomoreno merged 1 commit intomicrosoft:masterfrom
felixfbecker:use-local-gulp
Oct 3, 2017
Merged

Use local gulp in CI#35474
joaomoreno merged 1 commit intomicrosoft:masterfrom
felixfbecker:use-local-gulp

Conversation

@felixfbecker
Copy link
Contributor

@felixfbecker felixfbecker commented Oct 2, 2017

We already install gulp in node_modules, installing it again globally takes ~17s on every build.
It also means that we currently always use the latest version of Gulp (if Gulp 4 came out tomorrow, CI would break). This always uses the same version in package.json / npm-shrinkwrap.json.

All the shell scripts already reference gulp and mocha from node_modules, so no changes needed there.

@bpasero bpasero assigned joaomoreno and unassigned bpasero Oct 2, 2017
@joaomoreno joaomoreno merged commit 38ae918 into microsoft:master Oct 3, 2017
@joaomoreno
Copy link
Member

Awesome stuff, thanks @felixfbecker! 🍻

@joaomoreno joaomoreno added this to the October 2017 milestone Oct 3, 2017
@joaomoreno joaomoreno added the engineering VS Code - Build / issue tracking / etc. label Oct 3, 2017
@felixfbecker felixfbecker deleted the use-local-gulp branch October 3, 2017 08:30
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

engineering VS Code - Build / issue tracking / etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants