Skip to content

Commit 2d65b72

Browse files
committed
Fixed CI
1 parent abb8913 commit 2d65b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: '22.x'
3232
lint: true
33-
install-command: 'npm ci && cd src-admin && npm ci'
33+
install-command: 'npm ci && cd src-admin && npm ci -f'
3434

3535
adapter-tests:
3636
needs: [check-and-lint]

0 commit comments

Comments
 (0)