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 7b2c05e commit 00dd5d6Copy full SHA for 00dd5d6
.github/workflows/build-app-crm.yml
@@ -49,7 +49,7 @@ jobs:
49
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
50
51
- name: Install dependencies
52
- run: npm ci
+ run: npm ci --force
53
54
- name: Run lint
55
run: npm run lint
.github/workflows/build-app-lob.yml
@@ -54,7 +54,7 @@ jobs:
56
57
58
59
60
0 commit comments