Skip to content

Commit 95c482e

Browse files
committed
wip cp
1 parent cc94675 commit 95c482e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/code-pushup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Run Code PushUp action
3737
uses: code-pushup/github-action@v0
3838
with:
39-
bin: npx nx code-pushup --
39+
bin: npx nx code-pushup -- --verbose

nx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
"filterByTags": ["publishable"]
110110
}
111111
}
112-
},
113-
"./tools/src/debug/debug.plugin.ts"
112+
}
114113
]
115114
}

0 commit comments

Comments
 (0)