Skip to content

Commit 4cddee1

Browse files
committed
update gulp pack task
1 parent 4dde31a commit 4cddee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ getAVVersion = function() {
2222
};
2323

2424
gulp.task('pack', shell.task([
25-
"find dist -delete",
25+
"rm -rf ./dist/",
2626
'rm -rf avos-javascript-sd',
2727
'rm -rf node_modules/',
2828
'rm -rf ./*.tgz',

0 commit comments

Comments
 (0)