Skip to content

Commit 17d4667

Browse files
authored
Update build command in Publishing.md (eclipse-theia#14798)
1 parent b549aa3 commit 17d4667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Format:
121121
- Build the changes:
122122

123123
```bash
124-
npm install && npm build
124+
npm install && npm run build
125125
```
126126

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

0 commit comments

Comments
 (0)