Skip to content

Commit

Permalink
[core] Fix docs:typescript:check (#16607)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored and oliviertassinari committed Jul 15, 2019
1 parent 02c62f6 commit b198da0
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 @@ -14,7 +14,7 @@
"docs:start": "next start",
"docs:i18n": "cross-env BABEL_ENV=test babel-node ./docs/scripts/i18n.js",
"docs:typescript": "node docs/scripts/formattedTSDemos --watch",
"docs:typescript:check": "yarn workspace material-ui-docs typescript",
"docs:typescript:check": "yarn workspace docs typescript",
"docs:typescript:formatted": "node docs/scripts/formattedTSDemos",
"jsonlint": "yarn --silent jsonlint:files | xargs -n1 jsonlint -q -c && echo \"jsonlint: no lint errors\"",
"jsonlint:files": "find . -name \"*.json\" | grep -v -f .eslintignore",
Expand Down

0 comments on commit b198da0

Please sign in to comment.