Skip to content

Commit

Permalink
no --remote flag
Browse files Browse the repository at this point in the history
  • Loading branch information
isimmons committed Mar 22, 2024
1 parent 20e2875 commit 579d42e
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 @@ -5,7 +5,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro db login && astro build --remote",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit 579d42e

Please sign in to comment.