File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,6 @@ if (fs.existsSync('./controlWiseSamples.json')) {
87
87
sampleList = JSON . parse ( fs . readFileSync ( './controlWiseSample.json' ) ) ;
88
88
}
89
89
90
- gulp . task ( 'ship-search-file' , function ( done ) {
91
- console . log ( 'ship-search-file' ) ;
92
- } ) ;
93
90
gulp . task ( 'sample-json' , function ( done ) {
94
91
if ( sampleList && sampleList . length ) {
95
92
var controls = getControls ( ) ;
Original file line number Diff line number Diff line change 49
49
"fuse.js" : " 6.6.2" ,
50
50
"gulp-s3-upload" : " 1.7.3" ,
51
51
"marked" : " 4.3.0" ,
52
- "mitt " : " ^3.0.1 " ,
52
+ "browser-sync " : " 2.29.3 " ,
53
53
"tributejs" : " 5.1.3" ,
54
54
"vue" : " 3.3.4" ,
55
55
"vue-router" : " 4.2.4"
74
74
"serve" : " node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js serve" ,
75
75
"serve:watch" : " vue-cli-service serve" ,
76
76
"build" : " node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode development && gulp src-ship" ,
77
- "build-watch" : " vue-cli-service build" ,
78
- "ci-publish" : " gulp publish-samples && gulp ci-report-mail --option Success"
77
+ "build-watch" : " vue-cli-service build"
79
78
}
80
79
}
You can’t perform that action at this time.
0 commit comments