Skip to content

Commit

Permalink
fix: run build before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Sep 7, 2024
1 parent 82833c0 commit df7aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"packageManager": "[email protected]",
"scripts": {
"deploy": "yarn turbo deploy",
"deploy": "yarn turbo build && yarn turbo deploy",
"build": "yarn turbo build",
"test": "yarn turbo test",
"start": "turbo dev",
Expand Down

0 comments on commit df7aea2

Please sign in to comment.