Implement basic bun security scanner for safe chain

This commit is contained in:
Sander Declerck 2025-09-05 14:19:02 +02:00
parent 8450b80223
commit dc3ab32078
No known key found for this signature in database
6 changed files with 420 additions and 1 deletions

View file

@ -7,7 +7,7 @@
"test/e2e"
],
"scripts": {
"test": "npm run test --workspace=packages/safe-chain",
"test": "npm run test --workspace=packages/safe-chain --workspace=packages/safe-chain-bun",
"test:e2e": "npm run test --workspace=test/e2e",
"lint": "npm run lint --workspace=packages/safe-chain"
},