Skip to content

Commit 5bc8c65

Browse files
committed
modify pack command in gulp
1 parent 389c3ae commit 5bc8c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ gulp.task('localstorage', function() {
5252
});
5353

5454
gulp.task('pack', shell.task([
55+
"find dist -not -iname 'av.js' -not -iname 'localstorage.js' -delete",
56+
'rm -rf avos-javascript-sd',
5557
'rm -rf node_modules/',
5658
'rm -rf ./*.tgz',
5759
'rm -rf ./tools',

0 commit comments

Comments
 (0)