chore: add release supply-chain checks

This commit is contained in:
2026-07-19 13:03:28 +08:00
parent 21395c19e9
commit 71b6402bd8
6 changed files with 43 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"build": "HUB_BUILD=1 next build",
"start": "next start",
"worker": "tsx worker/index.ts",
"test": "TMPDIR=/tmp tsx --test tests/**/*.test.ts"
"test": "TMPDIR=/tmp tsx --test tests/**/*.test.ts",
"sbom": "node scripts/generate-sbom.mjs"
},
"keywords": [],
"author": "",