Added GitHub init (#5317)
- Added github:init to allow full import, as opposed to gitHub:sync which allows partial sync and therefore respecting Github API Limit quota. --------- Co-authored-by: Ady Beraud <a.beraud96@gmail.com>
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
"build": "npx next build",
|
||||
"start": "npx next start",
|
||||
"lint": "npx next lint",
|
||||
"github:sync": "npx tsx src/github-sync/github-sync.ts",
|
||||
"github:sync": "npx tsx src/github/github-sync.ts --pageLimit 1",
|
||||
"github:init": "npx tsx src/github/github-sync.ts",
|
||||
"database:migrate": "npx tsx src/database/migrate-database.ts",
|
||||
"database:generate:pg": "npx drizzle-kit generate:pg --config=src/database/drizzle-posgres.config.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user