Skip to content

Commit

Permalink
chore: build website preview when asyncapi.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Jan 20, 2024
1 parent 19f945c commit dc21ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
base = "springwolf-ui"
publish = "dist/"
build = "ng build --base-href=/springwolf-ui/"
command = "ng build --base-href=/springwolf-ui/"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF springwolf-ui springwolf-examples/**/asyncapi.json"

[[redirects]]
Expand Down

0 comments on commit dc21ec8

Please sign in to comment.