Skip to content

Commit

Permalink
scripts v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielzxccc committed Oct 12, 2023
1 parent a95c722 commit 0b009c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "nodemon src/index.ts",
"build": "tsc",
"codegen": "kysely-codegen --dialect postgres",
"codegen:production": "kysely-codegen --dialect postgres --url '$DATABASE_URL'",
"codegen:production": "kysely-codegen --dialect postgres --url \"$DATABASE_URL\"",
"migrate": "ts-node src/scripts/migrate.ts"
},
"keywords": [],
Expand Down

0 comments on commit 0b009c7

Please sign in to comment.