summaryrefslogtreecommitdiff
path: root/install-dependencies.sh
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-19 10:02:20 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-19 10:02:20 -0700
commit220795969e82938b0a2eb2620aa214d3da05ffe5 (patch)
tree427700f2944ea500549b84f7535bc9495aa11137 /install-dependencies.sh
parentb7404517001a2570d9a4298e314e5a2760e31a9e (diff)
downloadsncontinue-220795969e82938b0a2eb2620aa214d3da05ffe5.tar.gz
sncontinue-220795969e82938b0a2eb2620aa214d3da05ffe5.tar.bz2
sncontinue-220795969e82938b0a2eb2620aa214d3da05ffe5.zip
style: :necktie: just to add an emoji to commit msg
Diffstat (limited to 'install-dependencies.sh')
-rwxr-xr-xinstall-dependencies.sh1
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