Update packages/safe-chain/package.json

Co-authored-by: Timo Kössler <info@timokoessler.de>
This commit is contained in:
Hans Ott 2025-10-10 11:45:34 +02:00 committed by GitHub
parent 5e08461859
commit 5518846e96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'", "test": "node --test --experimental-test-module-mocks 'src/**/*.spec.js'",
"test:watch": "node --test --watch --experimental-test-module-mocks 'src/**/*.spec.js'", "test:watch": "node --test --watch --experimental-test-module-mocks 'src/**/*.spec.js'",
"lint": "oxlint" "lint": "oxlint --deny-warnings"
}, },
"bin": { "bin": {
"aikido-npm": "bin/aikido-npm.js", "aikido-npm": "bin/aikido-npm.js",