add netlify custom build command

Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
This commit is contained in:
Lorenzo Lewis
2023-07-27 23:59:56 +01:00
parent 57f1173a23
commit 5f2d33b801

2
netlify.toml Normal file
View File

@@ -0,0 +1,2 @@
[build]
command = "pnpm setup && pnpm build"