Skip to content

Commit

Permalink
fix: add copying of version
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 22, 2021
1 parent 745c012 commit 52cdabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ do
cp ./server/static/css/*.css ./releases/tmp/static/css
cp ./server/static/index.html ./releases/tmp/static
cp ./server/static/index-dev.html ./releases/tmp/static
cp ./server/static/version.js ./releases/tmp/static
cp ./server/static/umd/*.js ./releases/tmp/static/umd
cp ./server/static/manifest.json ./releases/tmp/static
cp ./server/static/service-worker.js ./releases/tmp/static
Expand Down

0 comments on commit 52cdabc

Please sign in to comment.