Skip to content

Commit

Permalink
Sync build state with tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Dec 1, 2020
1 parent ca64394 commit 624c4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build:copy-files": "node ../../scripts/copy-files.js",
"build:types": "tsc -p tsconfig.build.json",
"extract-error-codes": "cross-env MUI_EXTRACT_ERROR_CODES=true yarn build:modern",
"prebuild": "rimraf build",
"prebuild": "rimraf build tsconfig.build.tsbuildinfo",
"release": "yarn build && npm publish build --tag next",
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/material-ui/**/*.test.{js,ts,tsx}'",
"typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json && tsc -p tsconfig.build.json"
Expand Down

0 comments on commit 624c4c7

Please sign in to comment.