Skip to content

Commit

Permalink
fix: remove shared package from publish at codesandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino committed Jun 22, 2022
1 parent a27c42a commit d809202
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"buildCommand": "turbo run build --filter=./packages/* --filter=!./packages/shared",
"packages": ["packages/*"],
"packages": [
"packages/api",
"packages/graphql-utils",
"packages/lighthouse",
"packages/sdk",
"packages/styles",
"packages/ui"
],
"sandboxes": ["store-ui-typescript-0gd9u"],
"node": "16"
}

0 comments on commit d809202

Please sign in to comment.