Skip to content

Commit 5a5bbc8

Browse files
committed
ci: Debug ci
1 parent a082ae9 commit 5a5bbc8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libs/json-api/json-api-nestjs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
],
4545
"options": {
46-
"outputPath": "libs/json-api/json-api-nestjs-sdk",
46+
"outputPath": "libs/json-api/json-api-nestjs",
4747
"commands": [
4848
"node tools/scripts/upload-badge.mjs json-api-nestjs"
4949
],

nx.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"cache": true,
4747
"dependsOn": ["^build"],
4848
"inputs": ["production", "^production"]
49+
},
50+
"test": {
51+
"cache": true
4952
}
5053
},
5154
"generators": {

0 commit comments

Comments
 (0)