Skip to content

Commit

Permalink
rebuild when ui or ts client is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Sep 12, 2023
1 parent dc725b4 commit 6cc9a69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[build]
ignore = "if [ ${COMMIT_REF} == ${CACHED_COMMIT_REF} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- docs mkdocs.yml ; fi"

ignore = "if [ ${COMMIT_REF} == ${CACHED_COMMIT_REF} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- docs mkdocs.yml /packages/payment-proxy-client packages/nitro-rpc-client ; fi"

0 comments on commit 6cc9a69

Please sign in to comment.