From 41f123d339fa3b13adeb66a30c47edcdf9a4f05d Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Tue, 28 Dec 2021 10:42:03 -0800 Subject: [PATCH] Workspace exclude for publish --- Anchor.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Anchor.toml b/Anchor.toml index afcc3108..b88074e9 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -3,13 +3,11 @@ solana_version = "1.8.11" [workspace] members = [ - "fuzz", - "stable-swap-anchor/", "stable-swap-client/", "stable-swap-math/", - "stable-swap-math/sim", "stable-swap-program/program" ] +exclude = ["fuzz", "stable-swap-anchor/", "stable-swap-math/sim"] [provider] cluster = "localnet"