0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Delete .netlify directory

This commit is contained in:
Juan Picado 2024-03-03 14:09:03 +01:00 committed by GitHub
parent 8783e3a88a
commit 4a81ed791a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 12 deletions

View file

@ -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)
}
}
}

View file

@ -1,2 +0,0 @@
name: netlify-plugin-pnpm
inputs: []