Skip to content

Commit

Permalink
UPdated script for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jan 27, 2024
1 parent 74c721d commit 141f4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"info-dev-stage": "serverless info --stage prod --region us-east-2",
"remove": "serverless remove --stage prod --region us-east-2",
"generate": "drizzle-kit generate:pg --config=drizzle.config.js",
"migrate": "tsx src/cli/migrator.js"
"migrate": "tsx src/cli/migrator.js",
"vercel-build": "echo 'hello'"
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.499.0",
Expand Down

0 comments on commit 141f4ed

Please sign in to comment.