From 8d0db96abcceba60f1a5cb1a843bb632acd05bf1 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 5 Jul 2023 15:15:27 -0400 Subject: [PATCH] update netlify.toml --- lib/vector-vrl/web-playground/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vector-vrl/web-playground/netlify.toml b/lib/vector-vrl/web-playground/netlify.toml index 95ed48c6aea04..824b50e04972f 100644 --- a/lib/vector-vrl/web-playground/netlify.toml +++ b/lib/vector-vrl/web-playground/netlify.toml @@ -11,7 +11,7 @@ publish = "public/" # Default build command. - command = "bash ../../../scripts/ensure-wasm-pack-installed.sh && cd public && wasm-pack build --target web public/pkg" + command = "bash ../../../scripts/ensure-wasm-pack-installed.sh && wasm-pack build --target web --out-dir public/pkg" # Ignore everything except the base directory and changes to vector/lib/ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../../lib"