Skip to content

Commit

Permalink
debugging dependencies installation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 1, 2024
1 parent b23b908 commit 5e6d45a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,3 @@ popd
echo "Installing GUI extension dependencies..."
pushd gui
npm install
npm link @continuedev/core
npm run build
popd
# VSCode Extension (will also package GUI)
echo "Installing VSCode extension dependencies..."
pushd extensions/vscode

# This does way too many things inline but is the common denominator between many of the scripts
npm install
npm link @continuedev/core
npm run package

popd

echo "Installing binary dependencies..."
pushd binary
npm install
npm run build

0 comments on commit 5e6d45a

Please sign in to comment.