mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 09:25:36 +08:00
del dependency
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
var del = require("del");
|
||||
var gulp = require("gulp");
|
||||
var path = require("path");
|
||||
var child_process = require("child_process");
|
||||
@@ -163,7 +164,6 @@ gulp.task("tslint", function () {
|
||||
});
|
||||
|
||||
gulp.task("clean", function () {
|
||||
var del = require("del");
|
||||
return del([binPath + "/**"], { force: true });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user