Commit 4bdc9cca authored by Tamika Tannis's avatar Tamika Tannis Committed by Tao Feng

Add note about npm run tsc (#160)

* Add note about npm run tsc

* Fix a typo
parent b7c94d5a
......@@ -40,7 +40,7 @@ Fix all errors before submitting a PR.
#### JS Assets
##### Type Checking
The build commands `npm run build` and `npm run dev-build` also conduct type checking. Run either of these commands and fix all failed checks before submitting a PR.
`npm run tsc` conducts type checking. The build commands `npm run build` and `npm run dev-build` also conduct type checking, but are slower because they also build the source code. Run any of these commands and fix all failed checks before submitting a PR.
##### Lint
`npm run lint` runs the linter. Fix all lint errors before submitting a PR. `npm run lint-fix` can help auto-fix most common errors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment