Skip to content

Commit f37aabf

Browse files
authored
Merge pull request #196 from opf/fix/angular-build-legacy-peer-deps
Fix build process
2 parents dd1c981 + 90a2efe commit f37aabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build_angular/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "**************** Copying assets files to build directory ****************"
2121
cp -R ../build/ .
2222

2323
echo "**************** Installing ****************"
24-
npm ci
24+
npm ci --legacy-peer-deps
2525

2626
echo "**************** Building ****************"
2727
npm run build

0 commit comments

Comments
 (0)