Move yarn to berry first before moving to 3.x

This commit is contained in:
Aditya Toshniwal
2023-10-26 15:17:41 +05:30
parent cfa7bef407
commit 5a7583654f
2 changed files with 7 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ WORKDIR /pgadmin4/web
# Build the JS vendor code in the app-builder, and then remove the vendor source.
RUN export CPPFLAGS="-DPNG_ARM_NEON_OPT=0" && \
yarn set version berry && \
yarn set version 3 && \
yarn install && \
yarn run bundle && \