Skip to content

Commit

Permalink
[test] Build all @material-ui/* packages for Codesandbox CI (#18100)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Oct 31, 2019
1 parent 3748723 commit 76376ee
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
"packages": [
"packages/material-ui",
"packages/material-ui-icons",
"packages/material-ui-lab"
"packages/material-ui-lab",
"packages/material-ui-styles",
"packages/material-ui-system",
"packages/material-ui-types",
"packages/material-ui-utils"
],
"publishDirectory": {
"@material-ui/core": "packages/material-ui/build",
"@material-ui/icons": "packages/material-ui-icons/build",
"@material-ui/lab": "packages/material-ui-lab/build"
"@material-ui/lab": "packages/material-ui-lab/build",
"@material-ui/styles": "packages/material-ui-styles/build",
"@material-ui/system": "packages/material-ui-system/build",
"@material-ui/types": "packages/material-ui-types",
"@material-ui/utils": "packages/material-ui-utils/build"
},
"sandboxes": [
"new",
Expand Down

0 comments on commit 76376ee

Please sign in to comment.