Skip to content

Commit

Permalink
fix: html package publish not required
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno committed Sep 27, 2024
1 parent 7143cde commit 3e1b38c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/html/ds/project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"name": "@govie-ds/html",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"targets": {
"npm-publish": {
"executor": "@aaos/nx-publish:publish",
"options": {
"packageManager": "pnpm",
"projectFolderPath": "./packages/html/ds"
}
}
}
"targets": {}
}

0 comments on commit 3e1b38c

Please sign in to comment.