Multiple build commands? Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Wed, 16 Oct 2019 18:18:41 +0530
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
netlify.toml
→
netlify.toml
@@ -1,3 +1,4 @@
[build] publish = "build/" - command = "pip install vite && vite build" + command = "pip install git+https://github.com/icyphox/vite" + command = "vite build"