Skip to content

Commit

Permalink
update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy authored Sep 12, 2024
1 parent 4b0cadf commit 971f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ CLERK_ADMIN_IDS="user_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx, user_xxxxxxxxxxxxxxxxxxxxxx
In the same terminal, run the following command to execute the seed script:

```bash
npm run db:prod
npm run db:push && npm run db:prod
```

This command uses `npm` to execute the Typescript file (`scripts/prod.ts`) and writes challenges data in database.
Expand Down

0 comments on commit 971f0d4

Please sign in to comment.