Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions extensions/cli/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ The Continue CLI uses esbuild to bundle the application along with local package

## Build Steps

1. **Install dependencies**: `npm install`
2. **Build**: `npm run build`
1. **Build packages**: `cd ../../ && node ./scripts/build-packages.js`
2. **Install dependencies**: `npm install`
3. **Build**: `npm run build`
- This first builds the local packages
- Then bundles everything with esbuild

Expand Down
Loading