mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-22 08:58:40 -06:00
ci(build/frontend): adapt pnpm install (#96)
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY ./frontend/app/package.json ./frontend/app/pnpm-lock.yaml ./
|
||||
RUN corepack pnpm --version
|
||||
RUN corepack pnpm install
|
||||
RUN corepack pnpm install --frozen-lockfile && corepack pnpm store prune
|
||||
|
||||
COPY ./frontend/app ./
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user