Add env var to package.json

This commit is contained in:
Jared He 2021-10-24 12:35:56 -05:00
parent e87f924c86
commit 1e29e4bf37
1 changed files with 1 additions and 1 deletions

View File

@ -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",