mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
test deps again
This commit is contained in:
parent
67d850776c
commit
083a1aeb2e
1 changed files with 11 additions and 1 deletions
|
@ -8,7 +8,17 @@ FROM node:16.18.1 as builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./dist/apps/client ./yarn.lock ./prisma ./
|
COPY ./dist/apps/client ./yarn.lock ./prisma ./
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN yarn install --production=false && yarn add prosemirror-keymap @next/bundle-analyzer
|
RUN yarn install --production=false && yarn add @next/bundle-analyzer \
|
||||||
|
prosemirror-commands \
|
||||||
|
prosemirror-dropcursor \
|
||||||
|
prosemirror-gapcursor \
|
||||||
|
prosemirror-history \
|
||||||
|
prosemirror-keymap \
|
||||||
|
prosemirror-model \
|
||||||
|
prosemirror-schema-list \
|
||||||
|
prosemirror-state \
|
||||||
|
prosemirror-transform \
|
||||||
|
prosemirror-view
|
||||||
|
|
||||||
# ------------------------------------------
|
# ------------------------------------------
|
||||||
# PROD STAGE
|
# PROD STAGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue