diff --git a/sdk/package.json b/sdk/package.json index 6b833661e..41320dd2e 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -6,7 +6,7 @@ "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Error: no test specified\"", "build": "tsup index.ts --format cjs,esm --dts" }, "keywords": [],