Skip to content

Commit

Permalink
fix: add deploy:prod script to turbo and root
Browse files Browse the repository at this point in the history
  • Loading branch information
saehun committed Aug 12, 2023
1 parent db24ebf commit b47c9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"build": "turbo build",
"deploy:dev": "turbo deploy:dev",
"deploy:prod": "turbo deploy:prod",
"lint": "turbo lint",
"test": "turbo test"
},
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"deploy:dev": {
"dependsOn": ["build"]
},
"deploy:prod": {
"dependsOn": ["build"]
},
"lint": {}
}
}

0 comments on commit b47c9b3

Please sign in to comment.