Skip to content

Commit

Permalink
Add dev step dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Jul 16, 2024
1 parent 27d7a26 commit e59227d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/docs-ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
},
"lint": {},
"format": {},
"validate": {}
"validate": {},
"validate:dist": {
"dependsOn": ["dev"],
"executor": "nx:noop"
}
}
}

0 comments on commit e59227d

Please sign in to comment.