diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-19 10:02:20 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-19 10:02:20 -0700 |
commit | 220795969e82938b0a2eb2620aa214d3da05ffe5 (patch) | |
tree | 427700f2944ea500549b84f7535bc9495aa11137 /install-dependencies.sh | |
parent | b7404517001a2570d9a4298e314e5a2760e31a9e (diff) | |
download | sncontinue-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-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 |