Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(REPORT-344671): Bold reports V5.4 Release Changes #41

Merged
merged 8 commits into from
Jan 4, 2024
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