Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Derek Slenk 2025-06-30 11:21:50 -04:00 committed by GitHub
parent 4a0b9e95e4
commit dba7d7a1a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit",
"deploy:s3": "npm run build:static && aws s3 sync out/ s3://$S3_BUCKET_NAME --delete --no-cli-pager",
"create-s3-bucket": "node scripts/create-s3-bucket.js",
"prepare": "husky"
"prepare": "husky install"
},
"dependencies": {
"@genkit-ai/googleai": "^1.13.0",