mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-14 02:27:35 -07:00
build(yarn): migrate to yarn v2
This commit is contained in:
parent
4772f59fe1
commit
9fd2daf31c
8 changed files with 36057 additions and 15561 deletions
|
@ -3,7 +3,7 @@ FROM node:current-alpine as build-stage
|
|||
ENV INLINE_RUNTIME_CHUNK=false
|
||||
ENV GENERATE_SOURCEMAP=false
|
||||
|
||||
RUN yarn config set registry https://registry.npmjs.org
|
||||
RUN yarn set version berry
|
||||
|
||||
WORKDIR /app/frontend
|
||||
COPY ./frontend/package*.json /app/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue