Skip to content

Commit 5c08dd8

Browse files
committed
Don't copy test folder in publish task
1 parent 8491324 commit 5c08dd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gulpfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ gulp.task('copy-tmp', function() {
105105
"!./.git/**",
106106
"!./packages/**",
107107
"!./node_modules/**",
108-
'!./node_modules'
108+
'!./node_modules',
109+
"!./test/**",
110+
'!./test',
111+
109112
])
110113
.pipe(gulp.dest('.tmp'));
111114
});

0 commit comments

Comments
 (0)