Skip to content

Commit 87f5884

Browse files
committed
ci(mastra): add dummy test command to example
Signed-off-by: Tyler Slaton <[email protected]>
1 parent f658bba commit 87f5884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/integrations/mastra/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1",
6+
"test": "echo \"no tests to run\" && exit 0",
77
"dev": "mastra dev",
88
"build": "mastra build"
99
},

0 commit comments

Comments
 (0)