diff --git a/.npmrc b/.npmrc deleted file mode 100644 index ab953072..00000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -shell-emulator=true -auto-install-peers=false diff --git a/package.json b/package.json index a83b64e8..b9b1619f 100644 --- a/package.json +++ b/package.json @@ -208,16 +208,5 @@ "optional": true } }, - "packageManager": "pnpm@10.13.1", - "pnpm": { - "overrides": { - "ora>string-width": "^5", - "vite": "npm:rolldown-vite@latest" - }, - "patchedDependencies": { - "@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch", - "markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch" - }, - "neverBuiltDependencies": [] - } + "packageManager": "pnpm@10.13.1" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8d0353c9..eb3783b5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,19 @@ packages: - docs - __tests__/* + +onlyBuiltDependencies: + - esbuild + - playwright-chromium + - simple-git-hooks + +overrides: + ora>string-width: ^5 + vite: npm:rolldown-vite@latest + +patchedDependencies: + '@types/mdurl@2.0.0': patches/@types__mdurl@2.0.0.patch + markdown-it-anchor@9.2.0: patches/markdown-it-anchor@9.2.0.patch + +autoInstallPeers: false +shellEmulator: true