Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lopez committed Aug 20, 2024
1 parent a54aafa commit 7262340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ taggit:
echo "Completed taggit"

install-dependencies-frontend:
cd src/interface && npm install
cd src/interface && npm install --legacy-peer-deps

compile-angular:
cd src/interface && npm run build -- --configuration production --output-path=./dist/out
Expand Down

0 comments on commit 7262340

Please sign in to comment.