Skip to content

Commit

Permalink
Add pnpm command for db generate no-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Oct 29, 2024
1 parent 7793981 commit c5a7eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"clean:workspaces": "turbo clean",
"db-export:dev": "doppler run --config dev -- bash scripts/db_export.sh",
"db-generate": "turbo db-generate",
"db-generate:no-engine": "turbo db-generate:no-engine",
"db-migrate": "turbo db-migrate",
"db-publish:stg": "doppler run --config stg -- bash scripts/db_publish.sh",
"db-push": "turbo db-push",
Expand Down

0 comments on commit c5a7eec

Please sign in to comment.