make sure action builds, also fix dependabot autoapprove

This commit is contained in:
Michael Lehmann
2025-04-22 16:20:34 -07:00
committed by kellertk
parent cd5db3dc55
commit fd26919f2e
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"build": "tsc",
"lint": "biome check --error-on-warnings ./src",
"package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
"test": "npm run lint && vitest run"
"test": "npm run lint && vitest run && npm run build"
},
"author": {
"name": "Amazon.com, Inc. or its affiliates",