Skip to content

Commit

Permalink
Merge pull request #17 from zebrapurring/add-build-lock
Browse files Browse the repository at this point in the history
Add empty build-lock.json file
  • Loading branch information
zebrapurring authored Nov 29, 2024
2 parents fd4816f + e55872c commit a26140d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cd -
echo "INFO: copying to destination directory"
rm -rf "$IMMICH_APP_DIR"
mkdir -p "$IMMICH_APP_DIR"
echo "{}" > "$IMMICH_APP_DIR/build-lock.json"
cp -a server/node_modules server/dist server/bin "$IMMICH_APP_DIR/"
cp -a web/build "$IMMICH_APP_DIR/www"
cp -a server/resources server/package.json server/package-lock.json "$IMMICH_APP_DIR/"
Expand Down

0 comments on commit a26140d

Please sign in to comment.