Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
Add sources command
  • Loading branch information
archiewood authored Jul 29, 2024
1 parent 7011bac commit ca22afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
echo "Starting Evidence.dev development environment mounted on $(pwd) in the container."
echo "Provided arguments => $@"

RUN_DEV_COMMAND="npm run dev -- --host 0.0.0.0"
RUN_DEV_COMMAND="npm run sources && npm run dev -- --host 0.0.0.0"
COMMAND="npm install && $RUN_DEV_COMMAND"

case $1 in
Expand All @@ -27,4 +27,4 @@ case $1 in
esac

echo "Running command => $COMMAND"
eval $COMMAND
eval $COMMAND

0 comments on commit ca22afc

Please sign in to comment.