Skip to content

Commit

Permalink
build: clean-install the debian package's npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJJ committed Aug 2, 2024
1 parent d26106d commit c3b2099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/build_virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interest dh-virtualenv-interpreter-update
EOF

export DESTDIR="debian/abrechnung"
NODE_OPTIONS="--max_old_space_size=4096" && cd frontend && npm install && npx nx build web && cd ..
NODE_OPTIONS="--max_old_space_size=4096" && cd frontend && npm clean-install && npx nx build web && cd ..
mkdir -p $DESTDIR/usr/share/
mv frontend/dist/apps/web $DESTDIR/usr/share/abrechnung_web

Expand Down

0 comments on commit c3b2099

Please sign in to comment.