Skip to content

Commit 9eb6536

Browse files
committed
ci(*): temporary force install on publish
1 parent 6d58aa0 commit 9eb6536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: echo ${VERSION}
1919

2020
- run: echo "NG_CLI_ANALYTICS=false" >> $GITHUB_ENV
21-
- run: npm ci
21+
- run: npm ci --force # TODO: CHange back to npm ci after Angular 19 release
2222

2323
- name: Build igniteui-angular
2424
run: |

0 commit comments

Comments
 (0)