Document that build must run before check
The web-ui package uses tsc which requires compiled .d.ts files from dependencies to exist. closes #167
This commit is contained in:
@@ -25,6 +25,8 @@ npm run build # Build all packages
|
||||
npm run check # Lint, format, and type check
|
||||
```
|
||||
|
||||
> **Note:** `npm run check` requires `npm run build` to be run first. The web-ui package uses `tsc` which needs compiled `.d.ts` files from dependencies.
|
||||
|
||||
### CI
|
||||
|
||||
GitHub Actions runs on push to `main` and on pull requests. The workflow runs `npm run check` and `npm run test` for each package in parallel.
|
||||
|
||||
Reference in New Issue
Block a user