Browse Source

test: enable argos batch mode (#27560)

* test: enable argos batch mode

* back 3
pull/27564/head
骗你是小猫咪 4 years ago
committed by GitHub
parent
commit
811102b105
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

2
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": {

Loading…
Cancel
Save