Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit fc52229

Browse files
author
Philipp Etschel
committed
removed unnecessary flag
Signed-off-by: Philipp Etschel <philipp.etschel@ch.bosch.com>
1 parent d2b8e82 commit fc52229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: '16'
3232
check-latest: true
33-
- run: npm --prefix frontend ci --no-optional --legacy-peer-deps
33+
- run: npm --prefix frontend ci --legacy-peer-deps
3434

3535
- name: Setup Java
3636
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)