Skip to content

Commit

Permalink
Remove publishing of @jvalue/jayvee-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
joluj committed Jul 31, 2024
1 parent 9847eef commit 43aaa95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
28 changes: 0 additions & 28 deletions libs/execution/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,6 @@
"configFile": "{projectRoot}/vite.config.ts",
"passWithNoTests": false
}
},
"pre-publish": {
"executor": "nx:run-commands",
"dependsOn": ["build"],
"options": {
"commands": [
"node tools/scripts/relax-peer-dependency-versions.mjs execution",
"node tools/scripts/add-package-json-version.mjs execution",
"node tools/scripts/publish.mjs execution false"
],
"parallel": false
}
},
"publish": {
"executor": "nx:run-commands",
"dependsOn": ["pre-publish"],
"options": {
"commands": ["node tools/scripts/publish.mjs execution true"],
"parallel": false
}
},
"pack": {
"executor": "nx:run-commands",
"dependsOn": ["pre-publish"],
"options": {
"commands": ["node tools/scripts/pack.mjs execution"],
"parallel": false
}
}
},
"tags": []
Expand Down
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"generatePackageJson": true,
"declaration": true,
"external": [
"@jvalue/jayvee-execution",
"@jvalue/jayvee-language-server"
]
},
Expand Down

0 comments on commit 43aaa95

Please sign in to comment.