We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7eeb163 + 37f8b15 commit 925b430Copy full SHA for 925b430
gulpfile.js
@@ -3,8 +3,7 @@ const download = require("gulp-download");
3
const { createReadStream } = require('fs');
4
const { rm, mkdir } = require('shelljs');
5
const unzipper = require('unzipper');
6
-const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912';
7
-
+const puppeteerPath = './wwwroot/puppeteer/Win-901912';
8
gulp.task('puppeteer-download', (done) => {
9
mkdir('-p', `${puppeteerPath}`);
10
download('https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip')
0 commit comments