Skip to content

Commit

Permalink
add shallow cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
tanzimfh committed Jun 24, 2024
1 parent 8e7240a commit d0d8de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "rollup -c && yarn api-report",
"build:deps": "lerna run --scope @firebase/vertexai --include-dependencies build",
"dev": "rollup -c -w",
"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",
"testsetup": "yarn update-responses && yarn ts-node ./test-utils/convert-mocks.ts",
"test": "run-p --npm-path npm lint test:browser",
"test:ci": "yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test",
Expand Down

0 comments on commit d0d8de6

Please sign in to comment.