Skip to content

Commit

Permalink
fix: force override
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed May 15, 2021
1 parent 5969bb0 commit 335d021
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
npm install
npm run build

# clean
rm -f ../usr/var/www/callblocker/js/*
cp -r dist/* ../usr/var/www/callblocker/
rm -f ../usr/var/www/callblocker/index.html

# copy to layout
\cp -r ./dist/* ../usr/var/www/callblocker/

0 comments on commit 335d021

Please sign in to comment.