Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 15, 2024
1 parent f4e585c commit ed2de53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 9 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"releaseTagPattern": "v{version}"
},
"plugins": [
"./tools/src/debug/debug.plugin.ts",
{
"plugin": "@push-based/nx-verdaccio",
"options": {
Expand All @@ -125,6 +126,14 @@
"filterByTags": ["publishable"]
}
}
},
{
"plugin": "./tools/src/publish/publish.plugin.ts",
"options": { "verbose": true }
},
{
"plugin": "./tools/src/verdaccio/verdaccio.plugin.ts",
"options": { "verbose": true }
}
]
}
8 changes: 0 additions & 8 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"name": "@code-pushup/cli-source",
"$schema": "node_modules/nx/schemas/project-schema.json",
"targets": {
"start-verdaccio-server": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
},
"code-pushup": {
"command": "npx dist/packages/cli",
"dependsOn": [
Expand Down

0 comments on commit ed2de53

Please sign in to comment.