Skip to content

Commit 34bade6

Browse files
Vishnu7101karthickthangasamy
authored andcommitted
feature(REPORT-342363): feedback comments
1 parent d91d81e commit 34bade6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { rm, mkdir } = require('shelljs');
55
const unzipper = require('unzipper');
66
const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912';
77

8-
gulp.task('Puppeteer-download', (done) => {
8+
gulp.task('puppeteer-download', (done) => {
99
mkdir('-p', `${puppeteerPath}`);
1010
download('https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip')
1111
.pipe(gulp.dest(`${puppeteerPath}`))

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "5.4.20",
44
"author": "Syncfusion",
55
"license": "Syncfusion",
6+
"scripts": {
7+
"postinstall": "gulp puppeteer-download"
8+
},
69
"devDependencies": {
710
"gulp": "^4.0.2"
811
},

0 commit comments

Comments
 (0)