diff --git a/gulpfile.esm.js b/gulpfile.esm.js index bdc6a1b47f5944b94c1d27d533b81b5c4f5347ee..ea9fca9ecaf8fa0c8a4712e0e24921943f63c98a 100644 --- a/gulpfile.esm.js +++ b/gulpfile.esm.js @@ -26,9 +26,9 @@ export const misc = () => .pipe( upstream([ `${UPSTREAM}/**/*.{eot,otf,ttf,woff,woff2,json,html}`, - `${UPSTREAM}/**/LICENSE`, `!${UPSTREAM}/test/**`, `!${UPSTREAM}/*`, + `${UPSTREAM}/**/LICENSE`, ]) ) .pipe(dest(DEST));