Skip to content

Commit 646177e

Browse files
committed
chore: bump gulp and use npm
1 parent 5480d75 commit 646177e

File tree

4 files changed

+2474
-2713
lines changed

4 files changed

+2474
-2713
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const URL = `https://${GITHUB_TOKEN}@github.com/microsoft/vscode-website`
1717
* - Clones vscode-website-dist
1818
* - Uses vscode-docs:[current-branch] + vscode-website:release/prod to build to vscode-website-dist:[current-branch]
1919
*/
20-
gulp.task('build-dist', done => {
20+
gulp.task('build-dist', (done) => {
2121
if (!$.which('git')) {
2222
$.echo('This command requires git')
2323
$.exit(1)

0 commit comments

Comments
 (0)