1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Update MD5 if it doesn't exists

This commit is contained in:
Laurent Cozic 2017-08-04 22:19:53 +02:00
parent af977df8c6
commit dc0d190269
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -1 +1 @@
e625fbfb1ba79ea6396d492047ab9f17
033e3e05492088b20e526341135293f6