test: add test:ci script to test-utils

This commit is contained in:
Spencer
2026-04-07 23:22:19 +00:00
parent 76f7b1bffd
commit 86c0675f2f
+2 -1
View File
@@ -7,7 +7,8 @@
"type": "module",
"scripts": {
"build": "node ../../scripts/build_package.js",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"test:ci": "echo 'no tests'"
},
"dependencies": {
"@google/gemini-cli-core": "file:../core",