back to yarn, with nuxt telemetry force disabled

I think Nuxt prompts have been messing with the installs
This commit is contained in:
DecDuck
2024-11-04 22:15:11 +11:00
parent eb66c5c07a
commit 46d35adfdb
5 changed files with 7179 additions and 8985 deletions

View File

@ -8,8 +8,8 @@ WORKDIR /build
# install dependencies and build
RUN corepack enable
COPY . .
RUN pnpm install
RUN pnpm build
RUN NUXT_TELEMETRY_DISABLED=1 yarn install
RUN NUXT_TELEMETRY_DISABLED=1 yarn build
# create run environment for Drop
FROM node:lts-slim AS run-system

View File

@ -3,6 +3,7 @@ import path from "path";
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
// Nuxt-only config
telemetry: false,
compatibilityDate: "2024-04-03",
devtools: { enabled: false },
css: ["~/assets/core.scss"],

View File

@ -53,5 +53,5 @@
"@drop/droplet-linux-x64-gnu": "^0.7.0",
"@drop/droplet-win32-x64-msvc": "^0.7.0"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

8982
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

7175
yarn.lock Normal file

File diff suppressed because it is too large Load Diff