Skip to content

Commit

Permalink
[core] Don't bail on monorepo typescript task
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 20, 2020
1 parent 8fc052a commit f7ce24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test:umd": "node packages/material-ui/test/umd/run.js",
"test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.{js,ts,tsx}' 'docs/**/*.test.{js,ts,tsx}' 'scripts/**/*.test.{js,ts,tsx}' 'test/utils/**/*.test.{js,ts,tsx}'",
"test:watch": "yarn test:unit --watch",
"typescript": "lerna run typescript --parallel"
"typescript": "lerna run --no-bail --parallel typescript"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
Expand Down

0 comments on commit f7ce24d

Please sign in to comment.