build script: fix cloning of lantern build engine on first clone - fixes #177

This commit is contained in:
Starbeamrainbowlabs 2019-12-24 17:34:19 +00:00
parent 2171da1df8
commit 3f52be2cfa
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ server_pid_file="/tmp/pepperminty-wiki-dev-server.pid";
###############################################################################
# Check out the lantern git submodule if needed
if [ ! -d "${lantern_path}" ]; then git submodule update --init "${lantern_path}"; fi
if [ ! -f "${lantern_path}/lantern.sh" ]; then git submodule update --init "${lantern_path}"; fi
source "${lantern_path}/lantern.sh";

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "pepperminty-wiki",
"version": "0.20.0-beta1",
"version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {