File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33
33
"build" : " rollup -c && yarn api-report" ,
34
34
"build:deps" : " lerna run --scope @firebase/vertexai --include-dependencies build" ,
35
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" ,
36
+ "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
37
"testsetup" : " yarn update-responses && yarn ts-node ./test-utils/convert-mocks.ts" ,
38
38
"test" : " run-p --npm-path npm lint test:browser" ,
39
39
"test:ci" : " yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test" ,
You can’t perform that action at this time.
0 commit comments