Skip to content

Commit

Permalink
fix: client build whats-new; remove appdata dir
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed May 18, 2022
1 parent 1d31fb3 commit f8eb8ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ uglifyjs \
'js/SM/Warnings.js' \
'js/SM/Classification.js' \
'js/SM/MainPanel.js' \
'js/SM/WhatsNew.js' \
'js/FileUploadField.js' \
'js/MessageBox.js' \
'js/overrides.js' \
Expand Down
1 change: 0 additions & 1 deletion data/appdata/appdata-small/appdata.json

This file was deleted.

1 change: 1 addition & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This script must be run from the top-level of the repo.

./client/build.sh
./docs/build.sh

BRANCH=$(git symbolic-ref --short HEAD)
SHA=$(git rev-parse --short=10 HEAD)
Expand Down

0 comments on commit f8eb8ce

Please sign in to comment.