Skip to content

Commit b879864

Browse files
committed
added a few more commands that are utilized for CI/CD
1 parent 272485c commit b879864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- run: npm ci
1919
- run: npm run lint
2020
- run: npm run test
21+
- run: npm run build
22+
- run: npm run docs:code
2123
env:
2224
NODE_OPTIONS: --max-old-space-size=4096
2325
NO_COLOR: true

0 commit comments

Comments
 (0)