Skip to content

Commit 925b430

Browse files
Merge pull request #41 from Vishnu7101/master
feature(REPORT-344671): Bold reports V5.4 Release Changes
2 parents 7eeb163 + 37f8b15 commit 925b430

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ const download = require("gulp-download");
33
const { createReadStream } = require('fs');
44
const { rm, mkdir } = require('shelljs');
55
const unzipper = require('unzipper');
6-
const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912';
7-
6+
const puppeteerPath = './wwwroot/puppeteer/Win-901912';
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)