diff --git a/.netlify/netlify-plugin-pnpm/index.js b/.netlify/netlify-plugin-pnpm/index.js deleted file mode 100644 index 3ec3a1efb..000000000 --- a/.netlify/netlify-plugin-pnpm/index.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - onPreBuild: async ({ utils: { build, run } }) => { - try { - await run.command("npm install -g pnpm") - await run.command("pnpm install --ignore-scripts --frozen-lockfile") - } catch (error) { - return build.failBuild(error) - } - } -} diff --git a/.netlify/netlify-plugin-pnpm/manifest.yml b/.netlify/netlify-plugin-pnpm/manifest.yml deleted file mode 100644 index 40042b0c2..000000000 --- a/.netlify/netlify-plugin-pnpm/manifest.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: netlify-plugin-pnpm -inputs: []