Skip to content

Commit

Permalink
chore: remove old references to screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaul committed Jun 25, 2024
1 parent 384e9df commit 41b20ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
10 changes: 0 additions & 10 deletions bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,4 @@ program
)
.action(updateReadme);

// TODO
// program
// .command("update-screenshots")
// .option(
// "--starters-dir <dir>",
// "Directory where starters are. Defaults to cwd.",
// process.cwd(),
// )
// .action(updateScreenshots);

program.parse();
52 changes: 0 additions & 52 deletions src/util/updateScreenshots.ts

This file was deleted.

0 comments on commit 41b20ac

Please sign in to comment.