Skip to content

Commit

Permalink
update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jul 5, 2023
1 parent 1dd9e9e commit 6a05f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vector-vrl/web-playground/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6a05f7d

Please sign in to comment.