Skip to content

Commit 05db365

Browse files
committed
More changes
1 parent e7b7321 commit 05db365

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
cache: 'npm'
4747
node-version: ${{ matrix.node-version }}
4848

49+
- name: Build Library
50+
working-directory: project/library
51+
run: npm run build
52+
4953
- name: Check Installability
5054
working-directory: project/sanity
51-
run: npm install @zitadel/client-node
55+
run: npm install /project/library

0 commit comments

Comments
 (0)