Skip to content

Commit

Permalink
Update development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
garzj committed Feb 26, 2024
1 parent 95fe9d4 commit 17ea8e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ To test the app:
git clone https://github.com/garzj/google-photos-migrate
cd google-photos-migrate
yarn
yarn dev <subcommand>
yarn build
yarn start <subcommand>
```

The entrypoint of the cli is in `src/cli.ts` and library code should be exported from `src/index.ts`.

When using `yarn dev`, make sure to pass the `-f` flag to overwrite files after restarts.

0 comments on commit 17ea8e4

Please sign in to comment.