Skip to content

Commit

Permalink
Update build command in Publishing.md (#14798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier authored Jan 31, 2025
1 parent b549aa3 commit 17d4667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Format:
- Build the changes:

```bash
npm install && npm build
npm install && npm run build
```

- Confirm the changes are built (ensure `@theia` extensions have their `lib/` folders).
Expand Down

0 comments on commit 17d4667

Please sign in to comment.