Skip to content

Commit

Permalink
Update gulpfile.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Sep 18, 2024
1 parent e038d91 commit c0f3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const build = series(build_ts, copy_package)
export function copy() {
console.log(`Copying files to ${paths.acars}`)

return src(['./**/*'], { 'cwd': paths.dist })
return src(['./**/*', '!node_modules/**/*'], { 'cwd': paths.dist })
.pipe(dest(paths.acars))
}

Expand Down

0 comments on commit c0f3ea0

Please sign in to comment.