From fcdf5dd4cf22ae17254feae1708a1037f4cb0160 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 14 May 2026 17:21:52 +0100 Subject: [PATCH] Add PR checks shortcut to `package.json` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d46e50792..15fbe1c26 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "ava": "npm run transpile && ava --verbose", "test": "npm run ava -- src/", "test-debug": "npm run test -- --timeout=20m", - "transpile": "tsc --build --verbose tsconfig.json" + "transpile": "tsc --build --verbose tsconfig.json", + "update-pr-checks": "pr-checks/sync.sh" }, "license": "MIT", "workspaces": [