Skip to content

Commit

Permalink
define local pipeline for start script
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Sep 17, 2024
1 parent 5446981 commit dccd7f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,14 @@
"@types/node": "^20.12.11",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19"
},
"nx": {
"targets": {
"start": {
"dependsOn": [
"build"
]
}
}
}
}

0 comments on commit dccd7f2

Please sign in to comment.