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:
parent
8783e3a88a
commit
4a81ed791a
2 changed files with 0 additions and 12 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
name: netlify-plugin-pnpm
|
||||
inputs: []
|
Loading…
Reference in a new issue