Skip to content

Commit 416dc48

Browse files
Vishnu7101karthickthangasamy
authored andcommitted
feature(REPORT-342363): feedback comments
1 parent 7d96484 commit 416dc48

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ const download = require("gulp-download");
33
const { createReadStream } = require('fs');
44
const { rm, mkdir } = require('shelljs');
55
const unzipper = require('unzipper');
6-
var path = require('path');
76
const puppeteerPath = 'Scripts/puppeteer/Win-901912';
87

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Syncfusion",
55
"license": "Syncfusion",
66
"scripts": {
7-
"postinstall": "gulp Puppeteer-download"
7+
"postinstall": "gulp puppeteer-download"
88
},
99
"devDependencies": {
1010
"gulp": "^4.0.2"

0 commit comments

Comments
 (0)