Skip to content

Commit 2b1656c

Browse files
committed
chore: rebuild live demo
1 parent 918772e commit 2b1656c

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

live-demo/app/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WORKDIR /code/
33
ADD package.json pnpm-lock.yaml pnpm-workspace.yaml /code/
44
# RUN npm i -g corepack@0.31.0
55
RUN corepack enable
6+
RUN pnpm config set ignore-scripts false
67
RUN pnpm i
78
ADD . /code/
89
RUN pnpm bundleNow

live-demo/app/pnpm-workspace.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
onlyBuiltDependencies:
22
- better-sqlite3
3-
- '@prisma/client'
4-
- '@prisma/engines'
5-
- adminforth
6-
- classic-level
7-
- esbuild
8-
- prisma

0 commit comments

Comments
 (0)