Skip to content

Commit d862170

Browse files
committed
fix: skip test for admin-cli (no test files)
1 parent f8f7452 commit d862170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/admin-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "tsup",
1717
"typecheck": "tsc --noEmit",
1818
"lint": "eslint src/",
19-
"test": "bun test"
19+
"test": "echo 'No tests yet'"
2020
},
2121
"dependencies": {
2222
"@aws-sdk/client-s3": "^3.600.0",

0 commit comments

Comments
 (0)