diff options
Diffstat (limited to 'install-dependencies.sh')
-rwxr-xr-x | install-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-dependencies.sh b/install-dependencies.sh index a913f971..b6060a98 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -14,5 +14,6 @@ popd || exit # VSCode Extension (will also package GUI) echo "Installing VSCode extension dependencies..." pushd extension || exit + # This does way too many things inline but is the common denominator between many of the scripts npm run package
\ No newline at end of file |