Skip to content

Commit

Permalink
add more scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
remicolin committed Aug 31, 2024
1 parent f74caf3 commit a24946c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"poseidon-lite": "^0.2.0"
},
"scripts": {
"extract": "ts-node src/extractMasterList.ts",
"push": "ts-node src/pushToDb.ts"
"install-registry": "cd ../app && yarn && cd ../registry && yarn",
"db-init": "npx prisma generate",
"db-push": "ts-node src/pushToDb.ts",
"masterlist-extract": "ts-node src/extractMasterList.ts"
},
"license": "MIT"
}

0 comments on commit a24946c

Please sign in to comment.