Skip to content

Commit dba7847

Browse files
authored
Update README.md
1 parent aeb6494 commit dba7847

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/orchestrator-workers/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@ npx nx dev orchestrator-workers
1818

1919
### NPM Scripts
2020
- **deploy**: Deploys the application using Wrangler.
21-
```
21+
```
2222
npx nx deploy orchestrator-workers
2323
```
2424
- **dev**: Starts the development server.
25-
```
25+
```
2626
npx nx dev orchestrator-workers
2727
```
2828
- **lint**: Lints the codebase for errors and warnings.
29-
```
29+
```
3030
npx nx lint orchestrator-workers
3131
```
3232
- **start**: Starts the application in development mode.
33-
```
33+
```
3434
npx nx start orchestrator-workers
3535
```
3636
- **test**: Runs the test suite.
37-
```
37+
```
3838
npx nx test orchestrator-workers
3939
```
4040
- **test:ci**: Runs the test suite in CI mode.
41-
```
41+
```
4242
npx nx test:ci orchestrator-workers
4343
```
4444
- **type-check**: Checks TypeScript types.
45-
```
45+
```
4646
npx nx type-check orchestrator-workers
4747
```
4848

@@ -104,4 +104,4 @@ graph TD;
104104
E -->|Synthesize| F[Final Output]
105105
```
106106

107-
<!-- Last updated: 038947bb9b4fd6d8d05f28479e966cd36b43658e -->
107+
<!-- Last updated: 038947bb9b4fd6d8d05f28479e966cd36b43658e -->

0 commit comments

Comments
 (0)