Skip to content

Commit d03c164

Browse files
committed
chore(nestjs-acl-permissions): add upload-badge task to project.json
1 parent 2f615d5 commit d03c164

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

libs/acl-permissions/nestjs-acl-permissions/project.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,25 @@
5757
"publish": {
5858
"command": "node tools/scripts/publish.mjs nestjs-acl-permissions {args.ver} {args.tag}",
5959
"dependsOn": ["build"]
60+
},
61+
"upload-badge": {
62+
"executor": "nx:run-commands",
63+
"dependsOn": [
64+
{
65+
"target": "test"
66+
}
67+
],
68+
"options": {
69+
"commands": [
70+
{
71+
"command": "node tools/scripts/upload-badge.mjs nestjs-acl-permissions",
72+
"forwardAllArgs": false
73+
}
74+
],
75+
"cwd": "./",
76+
"parallel": false,
77+
"outputPath": "{workspaceRoot}/{projectRoot}"
78+
}
6079
}
6180
},
6281
"tags": [

0 commit comments

Comments
 (0)