Fix invalid GitHub dependency for AWS S3 client

This commit is contained in:
Jun-te Kim 2026-01-19 13:10:49 +00:00
parent 6f6be1c93b
commit f4ea5e0e21
3 changed files with 879 additions and 1260 deletions

View file

@ -19,7 +19,7 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
run: npm install
- name: Build Next.js app
run: npm run build

2136
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,6 @@
"autoprefixer": "10.4.14",
"aws-sdk": "^2.1415.0",
"class-variance-authority": "^0.6.1",
"client-s3": "github:aws-sdk/client-s3",
"clsx": "^1.2.1",
"drizzle-orm": "^0.44.5",
"esbuild": "^0.25.8",