Skip to content

Commit

Permalink
Prevent ibutsu-pod frontend from updating lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver committed Jun 11, 2024
1 parent 1f9a1b1 commit 2dd7887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ibutsu-pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ podman run -d \
-w /mnt \
-v./frontend:/mnt/:Z \
node:18 \
/bin/bash -c 'npm install yarn && yarn install && CI=1 yarn devserver' > /dev/null
/bin/bash -c 'npm install --no-save --no-package-lock yarn && yarn install && CI=1 yarn devserver' > /dev/null
echo "done."
echo -n "Waiting for frontend to respond..."
until $(curl --output /dev/null --silent --head --fail http://127.0.0.1:3000); do
Expand Down

0 comments on commit 2dd7887

Please sign in to comment.