mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update netlify configuration
This commit is contained in:
parent
669f0a63e8
commit
e7ef249b1d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
onPreBuild: async ({ utils: { build, run } }) => {
|
||||
try {
|
||||
await run.command("npm install -g pnpm")
|
||||
await run.command("pnpm install")
|
||||
await run.command("pnpm install --ignore-scripts --frozen-lockfile")
|
||||
} catch (error) {
|
||||
return build.failBuild(error)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue