File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
apps/orchestrator-workers Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,31 +18,31 @@ npx nx dev orchestrator-workers
1818
1919### NPM Scripts
2020- ** deploy** : Deploys the application using Wrangler.
21- ```
21+ ```
2222npx nx deploy orchestrator-workers
2323```
2424- ** dev** : Starts the development server.
25- ```
25+ ```
2626npx nx dev orchestrator-workers
2727```
2828- ** lint** : Lints the codebase for errors and warnings.
29- ```
29+ ```
3030npx nx lint orchestrator-workers
3131```
3232- ** start** : Starts the application in development mode.
33- ```
33+ ```
3434npx nx start orchestrator-workers
3535```
3636- ** test** : Runs the test suite.
37- ```
37+ ```
3838npx nx test orchestrator-workers
3939```
4040- ** test: ci ** : Runs the test suite in CI mode.
41- ```
41+ ```
4242npx nx test:ci orchestrator-workers
4343```
4444- ** type-check** : Checks TypeScript types.
45- ```
45+ ```
4646npx 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 -->
You can’t perform that action at this time.
0 commit comments