Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 16, 2023
1 parent 1888e1d commit 4e68308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default async function runWithTypeScript (config) {

let files = config.files || []
const ignore = config.ignore || []
ignore.unshift(join('node_modules', '**', '*'))
ignore.unshift('node_modules/**/*')
if (files.length > 0) {
if (prefix) {
files = files.map((file) => join(prefix, file.replace(/ts$/, 'js')))
Expand Down

0 comments on commit 4e68308

Please sign in to comment.