From f7d862905791b17a74265dc14d65982ba5717066 Mon Sep 17 00:00:00 2001 From: nt Date: Mon, 16 Sep 2024 16:38:07 +0200 Subject: [PATCH] Fixed missing script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 88c6142..52974ec 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "typescript": "~5.3.3" }, "scripts": { + "compileInfo": "node ./compileBuildInfo.js", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",