We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd1c981 + 90a2efe commit f37aabfCopy full SHA for f37aabf
1 file changed
.github/actions/build_angular/entrypoint.sh
@@ -21,7 +21,7 @@ echo "**************** Copying assets files to build directory ****************"
21
cp -R ../build/ .
22
23
echo "**************** Installing ****************"
24
-npm ci
+npm ci --legacy-peer-deps
25
26
echo "**************** Building ****************"
27
npm run build
0 commit comments