Skip to content

Commit

Permalink
chore: add netlify configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Jul 11, 2021
1 parent 35677db commit 669f0a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

[build.environment]
NPM_FLAGS="--prefix=/dev/null"

[build]
command = "pnpm run build"
publish = "dist"
publish = "website/build/website/"

[[plugins]]
package = "/.netlify/netlify-plugin-pnpm"

0 comments on commit 669f0a6

Please sign in to comment.