Skip to content

Commit

Permalink
feat(tools): update check-imports tool
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 1, 2021
1 parent 9cf5e5d commit 759c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/check-imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ const project = process.argv[2];
project
? project === "examples"
? updateProjects("examples", true)
: updateImports(project)
: updateImports(project, project.startsWith("examples"))
: updateProjects("packages");

0 comments on commit 759c75f

Please sign in to comment.