Skip to content

Commit 43f3b4f

Browse files
remove flag bc #84 adds .npmrc file
1 parent 6810de4 commit 43f3b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Install dependencies
26-
run: npm ci --legacy-peer-deps
26+
run: npm ci
2727

2828
- name: Run build
2929
run: npm run build

0 commit comments

Comments
 (0)