Skip to content

Commit

Permalink
exclude JS extensions from cargo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwesselman committed Apr 7, 2023
1 parent 36b0941 commit b88a5ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ members = [
"*/rust/*/*",
"sample-apps/*/extensions/*",
]
exclude = [
# Excludes do not support globbing -- https://github.com/rust-lang/cargo/issues/11405
"sample-apps/delivery-customizations/extensions/delivery-customization-js",
"sample-apps/discounts/extensions/product-discount-js",
"sample-apps/payment-customizations/extensions/payment-customization-js/",
]

0 comments on commit b88a5ca

Please sign in to comment.