Skip to content

Commit

Permalink
fix: netlify builds
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Sep 17, 2021
1 parent 46a0f6e commit 9e6659e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build]
base = "/"
publish = "packages/hoppscotch-app/dist"
command = "pnpm run generate"
environment = { NODE_VERSION = "14" }
command = "npx pnpm install --store=node_modules/.pnpm-store && pnpm run generate"
environment = { NODE_VERSION = "14", NPM_FLAGS = "--version" }

[[redirects]]
from = "/discord"
Expand Down

0 comments on commit 9e6659e

Please sign in to comment.