From 63191f16d505aa2e6deb43666b7ac3a2757ee6d5 Mon Sep 17 00:00:00 2001 From: Trap Date: Sat, 3 Aug 2024 00:51:21 +0200 Subject: [PATCH] build: check git status when build a release --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e8cb88e5..b9cc7e69 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "author": "Trap", "sptVersion": "3.9.x", "scripts": { + "git:check:status": "./scripts/check-git-status.sh", "gather:external:resources": "./scripts/gather-external-resources.sh && npm run prettier", "build:doc:mermaid": "mmdc -t dark -b transparent -i paths/default.md -o config/PathToTarkov.png", "build:doc:all-exfils": "node scripts/generate-all-exfils > ALL_EXFILS.md",