diff --git a/lib/vector-vrl/web-playground/netlify.toml b/lib/vector-vrl/web-playground/netlify.toml index 95ed48c6aea049..3b035bf3fd56c8 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 public/pkg" # Ignore everything except the base directory and changes to vector/lib/ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../../../lib"