Skip to content

Commit c7cc3e2

Browse files
committed
remove yun dir from build
1 parent f272c72 commit c7cc3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ gulp.task('thin', ['copy'], function(cb){
1818
'./build/package.json',
1919
'./build/node_modules',
2020
'./build/mqtt.zip',
21-
'./build/CMakeLists.txt'
21+
'./build/CMakeLists.txt',
22+
'./build/yun'
2223
], cb);
2324
})
2425

0 commit comments

Comments
 (0)