From 1e29e4bf37492124152fe2b2c8f33fff4ea3ac0f Mon Sep 17 00:00:00 2001 From: Jared He <66887902+jaredjhe@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:35:56 -0500 Subject: [PATCH] Add env var to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60f8770a..b5bd6bc0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "scripts": { "dev": "next dev", - "build": "npm run build:web && npm run generate:calendar", + "build": "USE_LDAP=true npm run build:web && npm run generate:calendar", "build:web": "next build", "start": "next start", "export": "next export",