Skip to content

Commit

Permalink
Copy lockfile to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Sep 5, 2024
1 parent 21a90aa commit 9f10baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/scripts/buildDrupalTree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

# Set-up Composer
cp /build/composer.json "$DRUPAL_ROOT"
cp /build/composer.lock "$DRUPAL_ROOT"
cd "$DRUPAL_ROOT"

# Get latest composer/ScriptHandler.php.
Expand Down

0 comments on commit 9f10baa

Please sign in to comment.