chore: add build to CI
This commit is contained in:
parent
4bd37804a9
commit
643b1ff1e6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
|
@ -27,5 +27,6 @@ jobs:
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run check
|
- run: npm run check
|
||||||
|
- run: npm run build
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
|
Loading…
Reference in a new issue