mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 16:13:00 +00:00
build script: fix cloning of lantern build engine on first clone - fixes #177
This commit is contained in:
parent
2171da1df8
commit
3f52be2cfa
2 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
@ -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
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pepperminty-wiki",
|
||||
"version": "0.20.0-beta1",
|
||||
"version": "0.20.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue