Skip to content

Commit 2e901d0

Browse files
Fix command syntax for building with devOutput
1 parent f91d6e8 commit 2e901d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/guides/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This allows you to run the dev server or build your site connecting to different
9696
npm run astro dev --mode staging
9797

9898
# Build a site that connects to a "production" API with additional debug information
99-
npm run astro build --devOutput
99+
npm run astro build -- --devOutput
100100

101101
# Build a site that connects to a "testing" API
102102
npm run astro build --mode testing

0 commit comments

Comments
 (0)