Skip to content

Commit

Permalink
[test] Add codesandbox-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 27, 2020
1 parent 4d15119 commit d149f10
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .codesandbox/.ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"buildCommand": "build:codesandbox",
"packages": [
"packages/x-license",
"packages/grid/data-grid",
"packages/grid/x-grid",
"packages/grid/x-grid-data-generator"
],
"publishDirectory": {
"@material-ui/x-license": "packages/x-license",
"@material-ui/data-grid": "packages/material-ui-icons",
"@material-ui/x-grid": "packages/grid/x-grid",
"@material-ui/x-grid-data-generator": "packages/grid/x-grid-data-generator"
},
"sandboxes": [
"new",
"github/mui-org/material-ui/tree/master/examples/create-react-app",
"github/mui-org/material-ui/tree/master/examples/create-react-app-with-typescript"
],
"silent": true
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"storybook:build": "yarn workspace storybook build",
"storybook:export": "yarn workspace storybook export",
"deduplicate": "node scripts/deduplicate.js",
"build:codesandbox": "yarn lerna:build",
"prettier": "yarn babel-node -i '/node_modules/(?!@material-ui)/' ./scripts/prettier.js --branch master",
"test": "lerna run test --parallel",
"test:coverage": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/*.test.tsx' --exclude '**/node_modules/**' && nyc report -r lcovonly",
Expand Down

0 comments on commit d149f10

Please sign in to comment.