Skip to content

Commit

Permalink
ext-scripts: fixed readme for ext-scripts (#13127)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Schneider <[email protected]>
  • Loading branch information
sailingKieler authored Nov 30, 2023
1 parent bcb9cf7 commit 1b94367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-packages/private-ext-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
`theiaext` is a command line tool to run shared npm scripts in Theia packages.\
For instance, if you want add a new `hello` script that prints `Hello World`:

- add a new script to [package.json](./package.json) with the `ext:` prefix.
- add a new script to [./package.json](./package.json) with the `ext:` prefix.

```json
{
"name": "@theia/ext-scripts",
"scripts": {
"theia-monorepo-scripts": {
"ext:hello": "echo 'Hello World'"
}
}
Expand Down

0 comments on commit 1b94367

Please sign in to comment.