Skip to content

Commit

Permalink
chore: update netlify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jul 11, 2021
1 parent 669f0a6 commit e7ef249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .netlify/netlify-plugin-pnpm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit e7ef249

Please sign in to comment.