Skip to content

Commit d6c5758

Browse files
committed
Update deploy to branch script
1 parent 050fcfe commit d6c5758

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/
22
node_modules/
3+
.DS_Store

deploy_to_branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121
# pull, copy, add build files to the root of the build branch
2222
git pull origin build
2323
cp -R build/* .
24+
rm -f js/*.LICENSE.txt
2425
git add .
2526

2627
# wait for user input before proceeding

0 commit comments

Comments
 (0)