Skip to content

Commit

Permalink
fix: fix signals publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Guerrero authored and gabrielguerrero committed Apr 4, 2024
1 parent 09b24ad commit 9586507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/ngrx-traits/signals/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "signals",
"name": "ngrx-traits-signals",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/ngrx-traits/signals/src",
"prefix": "lib",
Expand Down Expand Up @@ -41,7 +41,7 @@
"forwardAllArgs": false
}
],
"cwd": "dist/libs/ngrx-traits/core"
"cwd": "dist/libs/ngrx-traits/signals"
}
},
"api-docs": {
Expand All @@ -53,7 +53,7 @@
"forwardAllArgs": false
}
],
"cwd": "libs/ngrx-traits/core"
"cwd": "libs/ngrx-traits/signals"
}
}
}
Expand Down

0 comments on commit 9586507

Please sign in to comment.