We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6d45a commit d0e0ccaCopy full SHA for d0e0cca
install-dependencies.sh
@@ -13,3 +13,23 @@ popd
13
echo "Installing GUI extension dependencies..."
14
pushd gui
15
npm install
16
+echo "Linking core"
17
+npm link @continuedev/core
18
+echo "Done linking core"
19
+npm run build
20
+popd
21
+# VSCode Extension (will also package GUI)
22
+echo "Installing VSCode extension dependencies..."
23
+pushd extensions/vscode
24
+
25
+# This does way too many things inline but is the common denominator between many of the scripts
26
+npm install
27
28
+npm run package
29
30
31
32
+echo "Installing binary dependencies..."
33
+pushd binary
34
35
0 commit comments