Skip to content

Commit

Permalink
fixed issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rady committed Dec 31, 2024
1 parent 068053a commit 5bcdd41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ git clone https://github.com/Rady/cline.git

2. Install dependencies:
```bash
npm install
npm run install:all
```

3. Build the extension:
```bash
npm run package && vsce package
vsce package
```
You can find the built extension in the current directory.

Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReactDOM from "react-dom/client"
import "./index.css"
import App from "./App"
import reportWebVitals from "./reportWebVitals"
import "./codicon.css"
import "@vscode/codicons/dist/codicon.css"

const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)
root.render(
Expand Down

0 comments on commit 5bcdd41

Please sign in to comment.