WIP: Fix site build #529

Closed
snedadah wants to merge 2 commits from shahanneda/fix-build-image-script into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 71af6a6e70 - Show all commits

View File

@ -9,7 +9,7 @@
"dev": "next dev",
"build": "npm run build:images && npm run build:web && npm run build:calendar && npm run build:api",
"build:web": "next build",
"build:images": "ts-node -r tsconfig-paths/register ./scripts/optimize-images",
"build:images": "NODE_OPTIONS='--no-experimental-fetch' ts-node -r tsconfig-paths/register ./scripts/optimize-images",
"build:calendar": "ts-node -r tsconfig-paths/register ./scripts/generate-calendar",
"build:api": "ts-node -r tsconfig-paths/register ./scripts/api/members",
"start": "next start",