From 41743bf2636e81f49acbedf4c90ee24cf639f030 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 20 Jan 2026 01:53:44 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(root):=20=E2=AC=86=EF=B8=8F=20Upda?= =?UTF-8?q?te=20project=20dependencies=20to=20latest=20stable=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index eb4e6b4c6..126e1c999 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "lint:imports": "eslint --fix '**/*.{ts,tsx}' --config=eslint.config.js", "lint:imports:check": "eslint '**/*.{ts,tsx}' --config=eslint.config.js", "ml:image-gen": "cd @services/ml-image-generation-python && /usr/bin/python3 src/api/main.py", + "postinstall": "[ -f features/analytics/backend-api/data/dbip-city-lite.mmdb ] || scripts/data/update-geoip-db.sh", "prepare": "husky", "preview": "turbo run preview", "prod:down": "../run prod:stop",