Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes committed Nov 20, 2024
1 parent 3f15b85 commit 3a163ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ COPY package*.json ./
COPY prisma ./prisma

# Install dependencies
RUN pnpm run prisma:generate
RUN pnpm install
RUN pnpm run prisma:generate

# Copy the rest of the application code
COPY . .
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
"start": "next start",
"generate:types": "supabase gen types --lang=typescript --linked --schema public > src/lib/database.types.ts",
"generate:types:local": "supabase gen types --lang=typescript --local > src/lib/database.types.ts",
"preinstall": "prisma generate --schema prisma/schema.prisma",
"prisma:generate": "prisma generate",
"prisma:generate-sql": "prisma generate --sql",
"build": "next build",
Expand Down

0 comments on commit 3a163ad

Please sign in to comment.