Browse Source
test: enable argos batch mode (#27560)
* test: enable argos batch mode
* back 3
pull/27564/head
骗你是小猫咪
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
|
@ -92,7 +92,7 @@ |
|
|
|
"site:test": "jest --config .jest.site.js --cache=false --force-exit", |
|
|
|
"test-image": "npm run compile:less && docker-compose run tests", |
|
|
|
"version": "node ./scripts/generate-version", |
|
|
|
"argos": "argos upload imageSnapshots" |
|
|
|
"argos": "argos upload imageSnapshots --batchCount 3" |
|
|
|
}, |
|
|
|
"husky": { |
|
|
|
"hooks": { |
|
|
|