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:
parent
af977df8c6
commit
dc0d190269
@ -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.
|
||||
|
@ -1 +1 @@
|
||||
e625fbfb1ba79ea6396d492047ab9f17
|
||||
033e3e05492088b20e526341135293f6
|
Loading…
Reference in New Issue
Block a user