Skip to content

Commit cce9813

Browse files
committed
ci: include type check and build script
1 parent 7bffbed commit cce9813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
2424
- run: npm run lint
25-
- run: npm run build --if-present
25+
- run: npm run types
2626
- run: npm test
27+
- run: npm run build --if-present

0 commit comments

Comments
 (0)