Add PR checks shortcut to package.json

This commit is contained in:
Henry Mercer
2026-05-14 17:21:52 +01:00
parent 336884853e
commit fcdf5dd4cf
+2 -1
View File
@@ -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": [