mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Add step to run typescript tests
This adds the `typings` step to the build, so that we will know if a typescript change breaks things.
This commit is contained in:
parent
9c9c79b8e7
commit
c3966b5b16
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -30,3 +30,5 @@ jobs:
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
- run: npm run typings
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user