Skip to content

Commit

Permalink
fixes build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankiewicz committed Apr 19, 2024
1 parent cf9c2db commit 2850a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rm -Rf $RELEASE_DIR
mkdir -p $RELEASE_DIR/gtmconsentmodebannerfree

cp -R src $RELEASE_DIR/gtmconsentmodebannerfree/src
cp -R upgrade $RELEASE_DIR/gtmconsentmodebannerfree/upgrade
cp -R vendor $RELEASE_DIR/gtmconsentmodebannerfree/vendor
cp -R views $RELEASE_DIR/gtmconsentmodebannerfree/views
cp logo.png $RELEASE_DIR/gtmconsentmodebannerfree/logo.png
Expand Down

0 comments on commit 2850a13

Please sign in to comment.