Skip to content

Commit 9288648

Browse files
committed
Add environment variable & tell GH to not run Jekyll
1 parent 4a01e85 commit 9288648

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.nojekyll

Whitespace-only changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"clean": "rm -rf ./_site",
9-
"build": "npm run clean && npx @11ty/eleventy ",
9+
"build": "npm run clean && NODE_ENV=production npx @11ty/eleventy ",
1010
"start": "npx @11ty/eleventy --serve --watch"
1111
},
1212
"keywords": [],

0 commit comments

Comments
 (0)