Skip to content

Commit

Permalink
ci: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 6, 2024
1 parent a59a525 commit 1a52f56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/prebuild/build-frontend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash -eu
cd client
echo "#####################################################"
ls -al
echo "#####################################################"
ls -al node_modules || echo "node_modules not yet populated"
echo "#####################################################"
npm clean-install --no-audit --fund=false --update-notifier=false
npm run build

0 comments on commit 1a52f56

Please sign in to comment.