pnpm migration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Philipp Dormann 2023-02-03 17:24:25 +01:00
parent 5587175534
commit a3a1e89aa1
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 6 additions and 12 deletions

View File

@ -1,9 +1,10 @@
FROM registry.odit.services/hub/library/node:15.9.0-alpine3.13 FROM registry.odit.services/hub/library/node:19.5.0-alpine3.17
WORKDIR /app WORKDIR /app
RUN npm i -g pnpm@7
COPY . . COPY . .
RUN yarn RUN pnpm i --frozen-lockfile
RUN yarn build RUN pnpm build
RUN yarn postbuild RUN pnpm postbuild
# final image # final image
FROM registry.odit.services/library/nginx-brotli:3.15 FROM registry.odit.services/library/nginx-brotli:3.15
COPY --from=0 /app/dist /usr/share/nginx/html COPY --from=0 /app/dist /usr/share/nginx/html

9
pnpm-lock.yaml generated
View File

@ -9,8 +9,7 @@ specifiers:
'@vitejs/plugin-vue': 1.2.1 '@vitejs/plugin-vue': 1.2.1
'@vue/compiler-sfc': 3.0.11 '@vue/compiler-sfc': 3.0.11
autoprefixer: 10.2.5 autoprefixer: 10.2.5
bwip-js: ^3.2.2 bwip-js: 3.2.2
jsbarcode: ^3.11.5
marked: 2.0.3 marked: 2.0.3
redaxios: 0.4.1 redaxios: 0.4.1
release-it: 14.6.1 release-it: 14.6.1
@ -25,7 +24,6 @@ specifiers:
dependencies: dependencies:
bwip-js: 3.2.2 bwip-js: 3.2.2
jsbarcode: 3.11.5
marked: 2.0.3 marked: 2.0.3
redaxios: 0.4.1 redaxios: 0.4.1
toastify-js: 1.10.0 toastify-js: 1.10.0
@ -1865,11 +1863,6 @@ packages:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
dev: true dev: true
/jsbarcode/3.11.5:
resolution: {integrity: sha512-zv3KsH51zD00I/LrFzFSM6dst7rDn0vIMzaiZFL7qusTjPZiPtxg3zxetp0RR7obmjTw4f6NyGgbdkBCgZUIrA==}
hasBin: true
dev: false
/json-buffer/3.0.0: /json-buffer/3.0.0:
resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==}
dev: true dev: true