Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Nov 13, 2024
1 parent 0b37b34 commit 32b632a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/browser-extension/scripts/upload-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BUILD_FILENAME="${BUILD_PATH##*/}"
: "${AWS_SECRET_ACCESS_KEY?Need to set AWS_SECRET_ACCESS_KEY}"
: "${AWS_DEFAULT_REGION?Need to set AWS_DEFAULT_REGION}"

# Ensure we only zip up the dist dir (exclude the applications and browser-extension directories)
cd applications/browser-extension
zip -r "../../$BUILD_FILENAME" dist -x '*.map'
cd -
Expand Down

0 comments on commit 32b632a

Please sign in to comment.