@aws/nx-plugin 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,6 +6,10 @@ This library was generated with [@aws/nx-plugin](https://github.com/awslabs/nx-p
|
|
|
6
6
|
|
|
7
7
|
Run `<%= pkgMgrCmd %> nx build <%= backendProjectName %> [--skip-nx-cache]` to build the application.
|
|
8
8
|
|
|
9
|
+
## Running local server
|
|
10
|
+
|
|
11
|
+
Run `<%= pkgMgrCmd %> nx serve <%= backendProjectName %>` to start a local server
|
|
12
|
+
|
|
9
13
|
## Running unit tests
|
|
10
14
|
|
|
11
15
|
Run `<%= pkgMgrCmd %> nx test <%= backendProjectName %>` to execute the unit tests via Vitest.
|
|
@@ -20,19 +20,6 @@
|
|
|
20
20
|
"x-priority": "important",
|
|
21
21
|
"default": "packages",
|
|
22
22
|
"x-prompt": "What directory would you like to store your application in?"
|
|
23
|
-
},
|
|
24
|
-
"unitTestRunner": {
|
|
25
|
-
"type": "string",
|
|
26
|
-
"enum": ["jest", "vitest", "none"],
|
|
27
|
-
"description": "Test runner to use for unit tests.",
|
|
28
|
-
"x-prompt": "Which unit test runner would you like to use?",
|
|
29
|
-
"default": "vitest"
|
|
30
|
-
},
|
|
31
|
-
"linter": {
|
|
32
|
-
"description": "The tool to use for running lint checks.",
|
|
33
|
-
"type": "string",
|
|
34
|
-
"enum": ["eslint", "none"],
|
|
35
|
-
"default": "eslint"
|
|
36
23
|
}
|
|
37
24
|
},
|
|
38
25
|
"required": ["apiName"]
|