We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a082ae9 commit 5a5bbc8Copy full SHA for 5a5bbc8
libs/json-api/json-api-nestjs/project.json
@@ -43,7 +43,7 @@
43
}
44
],
45
"options": {
46
- "outputPath": "libs/json-api/json-api-nestjs-sdk",
+ "outputPath": "libs/json-api/json-api-nestjs",
47
"commands": [
48
"node tools/scripts/upload-badge.mjs json-api-nestjs"
49
nx.json
@@ -46,6 +46,9 @@
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
+ },
50
+ "test": {
51
+ "cache": true
52
53
},
54
"generators": {
0 commit comments