We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7240a commit d0d8de6Copy full SHA for d0d8de6
packages/vertexai/package.json
@@ -33,7 +33,7 @@
33
"build": "rollup -c && yarn api-report",
34
"build:deps": "lerna run --scope @firebase/vertexai --include-dependencies build",
35
"dev": "rollup -c -w",
36
- "update-responses": "cd test-utils && rm -rf vertexai-sdk-test-data && git clone https://github.com/FirebaseExtended/vertexai-sdk-test-data.git",
+ "update-responses": "cd test-utils && rm -rf vertexai-sdk-test-data && git clone --depth 1 https://github.com/FirebaseExtended/vertexai-sdk-test-data.git",
37
"testsetup": "yarn update-responses && yarn ts-node ./test-utils/convert-mocks.ts",
38
"test": "run-p --npm-path npm lint test:browser",
39
"test:ci": "yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test",
0 commit comments