Skip to content

Commit

Permalink
fix final
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 15, 2024
1 parent ed2de53 commit f820746
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"releaseTagPattern": "v{version}"
},
"plugins": [
"./tools/src/debug/debug.plugin.ts",
{
"plugin": "@push-based/nx-verdaccio",
"options": {
Expand All @@ -127,6 +126,11 @@
}
}
},
"./tools/src/debug/debug.plugin.ts",
{
"plugin": "./tools/src/npm/npm.plugin.ts",
"options": { "verbose": true }
},
{
"plugin": "./tools/src/publish/publish.plugin.ts",
"options": { "verbose": true }
Expand Down

0 comments on commit f820746

Please sign in to comment.