Skip to content

Commit

Permalink
Merge pull request #41 from Vishnu7101/master
Browse files Browse the repository at this point in the history
feature(REPORT-344671): Bold reports V5.4 Release Changes
  • Loading branch information
karthickthangasamy committed Jan 4, 2024
2 parents 7eeb163 + 37f8b15 commit 925b430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ const download = require("gulp-download");
const { createReadStream } = require('fs');
const { rm, mkdir } = require('shelljs');
const unzipper = require('unzipper');
const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912';

const puppeteerPath = './wwwroot/puppeteer/Win-901912';
gulp.task('puppeteer-download', (done) => {
mkdir('-p', `${puppeteerPath}`);
download('https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip')
Expand Down

0 comments on commit 925b430

Please sign in to comment.