Skip to content

Commit

Permalink
build: add project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed Dec 4, 2023
1 parent c631581 commit 320d2ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/dialtone-vue2/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
},
"build-docs": {
"executor": "nx:run-script",
"dependsOn": [
{
"projects": [ "dialtone-icons" ],
"target": "build",
"params": "ignore"
}
],
"outputs": [],
"options": {
"script": "storybook:build",
Expand Down
7 changes: 7 additions & 0 deletions packages/dialtone-vue3/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
},
"build-docs": {
"executor": "nx:run-script",
"dependsOn": [
{
"projects": [ "dialtone-icons" ],
"target": "build",
"params": "ignore"
}
],
"outputs": [],
"options": {
"script": "storybook:build",
Expand Down

0 comments on commit 320d2ba

Please sign in to comment.