Skip to content

Commit

Permalink
chore: fix project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Nov 8, 2023
1 parent e393015 commit ac3fb3d
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions packages/dialtone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"outputs": [],
"dependsOn": [
{
"projects": ["dialtone-tokens"],
"projects": [
"dialtone-tokens"
],
"target": "build",
"params": "ignore"
}
Expand All @@ -19,6 +21,15 @@
"release": {
"executor": "nx:run-commands",
"outputs": [],
"dependsOn": [
{
"projects": [
"dialtone-tokens"
],
"target": "build",
"params": "ignore"
}
],
"options": {
"command": "pnpm publish --filter ./packages/dialtone",
"parallel": false
Expand All @@ -27,6 +38,15 @@
"release-github": {
"executor": "nx:run-commands",
"outputs": [],
"dependsOn": [
{
"projects": [
"dialtone-tokens"
],
"target": "build",
"params": "ignore"
}
],
"options": {
"command": "npx semantic-release-plus --extends ./packages/dialtone/release-ci.config.cjs",
"parallel": false
Expand All @@ -37,7 +57,9 @@
"outputs": [],
"dependsOn": [
{
"projects": ["dialtone-tokens"],
"projects": [
"dialtone-tokens"
],
"target": "build",
"params": "ignore"
}
Expand Down

0 comments on commit ac3fb3d

Please sign in to comment.