Skip to content

Commit 38dfcbc

Browse files
committed
chore: remove --force flag on npm install command in ci workflow
1 parent d4962c9 commit 38dfcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- name: install
36-
run: npm install --force
36+
run: npm install
3737
- name: build
3838
run: npm run build -- --skip-nx-cache
3939
- name: test

0 commit comments

Comments
 (0)