Skip to content

Commit

Permalink
reorder flags to avoid deno bug :D
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Oct 12, 2024
1 parent 92d2500 commit 957909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const runners = {
await run("lint");
},
formattedFiles:
`scripts src test --ignore=test/fixture/webpack-project/main.js`.split(" "),
`test scripts src --ignore=test/fixture/webpack-project/main.js`.split(" "),
async lint() {
// Pass globs directly to tslint, avoiding shell expansion.
exec`deno fmt --check ${this.formattedFiles}`;
Expand Down

0 comments on commit 957909e

Please sign in to comment.