File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ const download = require("gulp-download");
3
3
const { createReadStream } = require ( 'fs' ) ;
4
4
const { rm, mkdir } = require ( 'shelljs' ) ;
5
5
const unzipper = require ( 'unzipper' ) ;
6
- var path = require ( 'path' ) ;
7
6
const puppeteerPath = 'Scripts/puppeteer/Win-901912' ;
8
7
9
- gulp . task ( 'Puppeteer -download' , ( done ) => {
8
+ gulp . task ( 'puppeteer -download' , ( done ) => {
10
9
mkdir ( '-p' , `${ puppeteerPath } ` ) ;
11
10
download ( 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip' )
12
11
. pipe ( gulp . dest ( `${ puppeteerPath } ` ) )
Original file line number Diff line number Diff line change 4
4
"author" : " Syncfusion" ,
5
5
"license" : " Syncfusion" ,
6
6
"scripts" : {
7
- "postinstall" : " gulp Puppeteer -download"
7
+ "postinstall" : " gulp puppeteer -download"
8
8
},
9
9
"devDependencies" : {
10
10
"gulp" : " ^4.0.2"
You can’t perform that action at this time.
0 commit comments