Skip to content

Commit

Permalink
chore: remove verdaccio
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Oct 4, 2024
1 parent a12617a commit 487a471
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 855 deletions.
1 change: 0 additions & 1 deletion core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@
"tslint-angular": "^3.0.3",
"typedoc": "^0.25.4",
"typescript": "5.4.5",
"verdaccio": "^5.0.4",
"vite": "~5.0.0",
"vite-plugin-dts": "~2.3.0",
"webpack": "^5.64.0",
Expand Down
12 changes: 1 addition & 11 deletions core-web/project.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"name": "core-web",
"$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"
}
}
}
"$schema": "node_modules/nx/schemas/project-schema.json"
}
Loading

0 comments on commit 487a471

Please sign in to comment.