We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb8913 commit 2d65b72Copy full SHA for 2d65b72
1 file changed
.github/workflows/test-and-release.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
node-version: '22.x'
32
lint: true
33
- install-command: 'npm ci && cd src-admin && npm ci'
+ install-command: 'npm ci && cd src-admin && npm ci -f'
34
35
adapter-tests:
36
needs: [check-and-lint]
0 commit comments