We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bf492 commit 194e832Copy full SHA for 194e832
package.json
@@ -14,8 +14,8 @@
14
"start": "run-p start:css start:js",
15
"prebuild": "rimraf dist",
16
"build": "run-s build:css build:js",
17
- "start:js": "cross-env ELEVENTY_ENV=development eleventy --serve",
18
- "build:js": "cross-env ELEVENTY_ENV=production eleventy",
+ "start:js": "cross-env ELEVENTY_ENV=development TZ=America/Chicago eleventy --serve",
+ "build:js": "cross-env ELEVENTY_ENV=production TZ=America/Chicago eleventy",
19
"start:css": "postcss ./src/css/tailwind.css -o ./src/css/tailwind.include.css -w",
20
"build:css": "postcss ./src/css/tailwind.css -o ./src/css/tailwind.include.css --env production"
21
},
0 commit comments