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 db5c441 commit 5b7390bCopy full SHA for 5b7390b
2 files changed
.github/workflows/ci.yml
@@ -35,6 +35,8 @@ jobs:
35
36
- run: pnpm exec nx-cloud record -- nx format:check --verbose
37
- run: pnpm exec nx affected -t build lint test docs e2e-ci
38
+ - run: pnpm exec nx fix-ci
39
+ if: always()
40
41
- uses: codecov/codecov-action@v5
42
with:
project.json
@@ -1,6 +1,7 @@
1
{
2
"name": "forgerock-verdaccio",
3
"$schema": "node_modules/nx/schemas/project-schema.json",
4
+ "includedScripts": [],
5
"targets": {
6
"local-registry": {
7
"executor": "@nx/js:verdaccio",
0 commit comments