Skip to content

Commit 47a3282

Browse files
committed
Fix order of other environment config
1 parent c3c82af commit 47a3282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"serve": "PRODUCTION=false tsx node_modules/@11ty/eleventy/cmd.cjs --serve --config=eleventy.config.ts",
13-
"build-site-for-staging": "PRODUCTION=false tsx OPTIMIZE=true node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts",
13+
"build-site-for-staging": "PRODUCTION=false OPTIMIZE=true tsx node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts",
1414
"build-site-for-production": "PRODUCTION=true OPTIMIZE=true tsx node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts"
1515
},
1616
"engines": {

0 commit comments

Comments
 (0)