We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde31a commit 4cddee1Copy full SHA for 4cddee1
gulpfile.js
@@ -22,7 +22,7 @@ getAVVersion = function() {
22
};
23
24
gulp.task('pack', shell.task([
25
- "find dist -delete",
+ "rm -rf ./dist/",
26
'rm -rf avos-javascript-sd',
27
'rm -rf node_modules/',
28
'rm -rf ./*.tgz',
0 commit comments