Skip to content

Commit 37f8b15

Browse files
authored
Merge branch 'master' into master
2 parents e58dad1 + 7eeb163 commit 37f8b15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const { createReadStream } = require('fs');
44
const { rm, mkdir } = require('shelljs');
55
const unzipper = require('unzipper');
66
const puppeteerPath = './wwwroot/puppeteer/Win-901912';
7-
87
gulp.task('puppeteer-download', (done) => {
98
mkdir('-p', `${puppeteerPath}`);
109
download('https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip')

0 commit comments

Comments
 (0)