diff --git a/CliClient/build.sh b/CliClient/build.sh index e0882e754..9ece47c5d 100755 --- a/CliClient/build.sh +++ b/CliClient/build.sh @@ -13,6 +13,10 @@ npm run build cp "$ROOT_DIR/package.json" "$ROOT_DIR/build" cp "$ROOT_DIR/app/autocompletion_template.txt" "$ROOT_DIR/build" +if [[ ! -f "$ROOT_DIR/package.json.md5" ]]; then + "$ROOT_DIR/update-package-md5.sh" +fi + # Add modules on top of main.js: # - cache-require-paths to cache require() calls # - app-module-path so that lib/something paths can be resolved. diff --git a/CliClient/package.json.md5 b/CliClient/package.json.md5 index 566949c41..387919920 100644 --- a/CliClient/package.json.md5 +++ b/CliClient/package.json.md5 @@ -1 +1 @@ -e625fbfb1ba79ea6396d492047ab9f17 \ No newline at end of file +033e3e05492088b20e526341135293f6 \ No newline at end of file