Skip to content

Commit a3d6083

Browse files
committed
fix: add client build step to CI workflow
1 parent b05090e commit a3d6083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/authc2-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm install
28+
- run: npm build
2829
- run: npm test

0 commit comments

Comments
 (0)