Skip to content

Commit 194e832

Browse files
committed
Fixes timezone presentation issue with cross-env TZ override
1 parent 97bf492 commit 194e832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"start": "run-p start:css start:js",
1515
"prebuild": "rimraf dist",
1616
"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",
17+
"start:js": "cross-env ELEVENTY_ENV=development TZ=America/Chicago eleventy --serve",
18+
"build:js": "cross-env ELEVENTY_ENV=production TZ=America/Chicago eleventy",
1919
"start:css": "postcss ./src/css/tailwind.css -o ./src/css/tailwind.include.css -w",
2020
"build:css": "postcss ./src/css/tailwind.css -o ./src/css/tailwind.include.css --env production"
2121
},

0 commit comments

Comments
 (0)