We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c82af commit 47a3282Copy full SHA for 47a3282
package.json
@@ -10,7 +10,7 @@
10
},
11
"scripts": {
12
"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",
+ "build-site-for-staging": "PRODUCTION=false OPTIMIZE=true tsx node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts",
14
"build-site-for-production": "PRODUCTION=true OPTIMIZE=true tsx node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts"
15
16
"engines": {
0 commit comments