Skip to content

Commit

Permalink
refactor: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Nov 16, 2023
1 parent 32dae65 commit 78d8154
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 68 deletions.
69 changes: 1 addition & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
14 changes: 14 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "@code-pushup/cli-source",
"$schema": "node_modules/nx/schemas/project-schema.json",
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
}

0 comments on commit 78d8154

Please sign in to comment.