Skip to content

Commit

Permalink
do NOT fail to run if s3 misssing! local dev should NOT require it
Browse files Browse the repository at this point in the history
  • Loading branch information
gv authored and gv committed Nov 24, 2024
1 parent 6f35708 commit 2bf3faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"migrate:dev": "dotenv -e .env.dev -- npx prisma migrate dev --name postgres-init",
"migrate:postgres": "dotenv -e .env.test -- npx prisma migrate deploy",
"prisma:studio": "dotenv -e .env.dev -- npx prisma studio",
"format": "prettier -w ./src/**/* -w ./docs/**/* -w ./*.md -w ./**/*.md",
"lint": "eslint . --fix",
"format": "prettier -w ./src/**/*",
"lint": "eslint . --fix",
"test": "jest"
},
"author": "",
Expand All @@ -28,7 +27,7 @@
"@glazed/datamodel": "^0.3.0",
"@glazed/devtools": "^0.2.0",
"@glazed/did-datastore": "^0.3.1",
"@prisma/client": "^5.17.0",
"@prisma/client": "5.22.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
Expand Down Expand Up @@ -76,7 +75,7 @@
"jest-mock-extended": "^2.0.4",
"nodemon": "^2.0.16",
"prettier": "^3.3.3",
"prisma": "^5.17.0",
"prisma": "5.22.0",
"renamer": "^4.0.0",
"supertest": "^6.3.3",
"swagger-jsdoc": "^6.2.8",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@prisma/client@^5.17.0":
"@prisma/client@5.22.0":
version "5.22.0"
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.22.0.tgz#da1ca9c133fbefe89e0da781c75e1c59da5f8802"
integrity sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA==
Expand Down Expand Up @@ -6426,7 +6426,7 @@ printj@^1.3.0:
resolved "https://registry.yarnpkg.com/printj/-/printj-1.3.1.tgz#9af6b1d55647a1587ac44f4c1654a4b95b8e12cb"
integrity sha512-GA3TdL8szPK4AQ2YnOe/b+Y1jUFwmmGMMK/qbY7VcE3Z7FU8JstbKiKRzO6CIiAKPhTO8m01NoQ0V5f3jc4OGg==

prisma@^5.17.0:
prisma@5.22.0:
version "5.22.0"
resolved "https://registry.yarnpkg.com/prisma/-/prisma-5.22.0.tgz#1f6717ff487cdef5f5799cc1010459920e2e6197"
integrity sha512-vtpjW3XuYCSnMsNVBjLMNkTj6OZbudcPPTPYHqX0CJfpcdWciI1dM8uHETwmDxxiqEwCIE6WvXucWUetJgfu/A==
Expand Down

0 comments on commit 2bf3faf

Please sign in to comment.