Merge branch 'develop' into unified-desktop-gui

This commit is contained in:
Lachlan Miller
2021-07-20 13:01:47 +10:00
88 changed files with 2599 additions and 1783 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#!/bin/bash
if [ $SKIP_DEPCHECK ]; then exit 0; fi
yarn check --integrity
if [ $? -ne 0 ];
then
if [ $? -ne 0 ]; then
echo 'Your dependencies are out of date; installing the correct dependencies...'
yarn
fi