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 b62564c commit ad8a597Copy full SHA for ad8a597
extensions/cli/BUILD.md
@@ -6,8 +6,9 @@ The Continue CLI uses esbuild to bundle the application along with local package
6
7
## Build Steps
8
9
-1. **Install dependencies**: `npm install`
10
-2. **Build**: `npm run build`
+1. **Build packages**: `cd ../../ && node ./scripts/build-packages.js`
+2. **Install dependencies**: `npm install`
11
+3. **Build**: `npm run build`
12
- This first builds the local packages
13
- Then bundles everything with esbuild
14
0 commit comments