From 38541227e5bb5625541972555e13f13aa4ee4ab6 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sun, 11 Aug 2024 12:58:58 +0200 Subject: [PATCH] run `src/get-github-info.ts` before build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a868a399c0..2827302f64 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "packageManager": "pnpm@8.15.5", "scripts": { - "//prebuild": "tsx --env-file=.env src/get-github-info.ts", + "prebuild": "tsx --env-file=.env src/get-github-info.ts", "build": "next build && next-image-export-optimizer", "dev": "next", "format": "pnpm format:check --write",