Skip to content

Commit

Permalink
build(fly): build before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 12, 2021
1 parent e656d02 commit 875c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-remix/templates/fly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"postinstall": "remix setup node",
"build": "remix build",
"dev": "remix dev",
"deploy": "flyctl deploy",
"deploy": "npm run build && fly deploy --remote-only",
"start": "remix-serve build"
},
"dependencies": {
Expand Down

0 comments on commit 875c64f

Please sign in to comment.