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 0b5c494 commit f4e585c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"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 f4e585c

Please sign in to comment.