Skip to content

Commit

Permalink
add top level prod deploy task.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkernel committed Sep 11, 2022
1 parent 1df4b8b commit 6b665c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "CI=true yarn workspaces run build",
"lint": "CI=true yarn workspaces run lint",
"test": "CI=true yarn workspaces run test",
"deploy:staging": "yarn workspaces run deploy:staging"
"deploy:staging": "yarn workspaces run deploy:staging",
"deploy:prod": "yarn workspaces run deploy:prod"
},
"license": "MIT"
}

0 comments on commit 6b665c8

Please sign in to comment.