Skip to content

Commit

Permalink
fix(firestore-vector-search): fix build step of publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Dec 10, 2024
1 parent 9e11408 commit b0abdbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 53 deletions.
60 changes: 9 additions & 51 deletions firestore-vector-search/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-vector-search/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@google-cloud/vertexai": "^0.1.3",
"@google/generative-ai": "^0.1.3",
"@invertase/firebase-extension-utilities": "^0.1.2",
"@types/jest": "^29.5.14",
"faiss-node": "^0.5.1",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.8.0",
Expand All @@ -34,7 +35,6 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"firebase-functions-test": "^0.1.7",
"jest": "^29.7.0",
"js-yaml": "^3.13.1",
Expand Down
2 changes: 1 addition & 1 deletion firestore-vector-search/functions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
},
"compileOnSave": true,
"include": ["src", "__tests__/**/*.ts"], // Include test files here
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit b0abdbc

Please sign in to comment.