Skip to content

Commit ad8a597

Browse files
Revise build steps in BUILD.md (#8130)
Updated build steps to include building local packages before installation.
1 parent b62564c commit ad8a597

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

extensions/cli/BUILD.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ The Continue CLI uses esbuild to bundle the application along with local package
66

77
## Build Steps
88

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

0 commit comments

Comments
 (0)