Skip to content

Commit

Permalink
fix: ignore node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Dec 14, 2022
1 parent 6367055 commit a8987b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js-row-num-cli/cli.js
Expand Up @@ -29,6 +29,7 @@ const locationsArr = [
"./main.js",
"./cli.js",
"./index.js",
"!**/node_modules/**",
];

const cli = meow(
Expand Down

0 comments on commit a8987b9

Please sign in to comment.