|
9 | 9 | "generate:v2": "node scripts/generate.js 'v2_*'",
|
10 | 10 | "test": "jest --forceExit",
|
11 | 11 | "run-tests": "node scripts/run-tests.js",
|
12 |
| - "deploy:v1": "cd generated/functions && firebase deploy --only functions --project functions-integration-tests", |
13 |
| - "deploy:v2": "cd generated/functions && firebase deploy --only functions --project functions-integration-tests-v2", |
14 |
| - "cloudbuild:v1": "cd .. && gcloud builds submit --config=integration_test/cloudbuild-v1.yaml --project=functions-integration-tests .", |
15 |
| - "cloudbuild:v2": "cd .. && gcloud builds submit --config=integration_test/cloudbuild-v2.yaml --project=functions-integration-tests-v2 .", |
16 |
| - "test:v1:firestore": "PROJECT_ID=functions-integration-tests node scripts/run-tests.js v1_firestore", |
17 |
| - "test:v1:all": "PROJECT_ID=functions-integration-tests node scripts/run-tests.js --sequential 'v1_*'", |
18 |
| - "test:v1:all:sequential": "PROJECT_ID=functions-integration-tests node scripts/run-tests.js --sequential 'v1_*'", |
19 |
| - "test:v1:all:parallel": "PROJECT_ID=functions-integration-tests node scripts/run-tests.js 'v1_*'", |
20 |
| - "test:v2:all": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js --sequential 'v2_*'", |
21 |
| - "test:v2:all:sequential": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js --sequential 'v2_*'", |
22 |
| - "test:v2:all:parallel": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js 'v2_*'", |
23 |
| - "cleanup:v1": "./scripts/cleanup-suite.sh --project functions-integration-tests", |
24 |
| - "cleanup:v2": "./scripts/cleanup-suite.sh --project functions-integration-tests-v2", |
| 12 | + "deploy": "cd generated/functions && firebase deploy --only functions --project functions-integration-tests-v2", |
| 13 | + "cloudbuild": "cd .. && gcloud builds submit --config=integration_test/cloudbuild.yaml --project=functions-integration-tests-v2 .", |
| 14 | + "test:firestore": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js v1_firestore", |
| 15 | + "test:all": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js --sequential 'v1_*'", |
| 16 | + "test:all:sequential": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js --sequential 'v1_*'", |
| 17 | + "test:all:parallel": "PROJECT_ID=functions-integration-tests-v2 node scripts/run-tests.js 'v1_*'", |
| 18 | + "cleanup": "./scripts/cleanup-suite.sh --project functions-integration-tests-v2", |
25 | 19 | "cleanup:list": "./scripts/cleanup-suite.sh --list-artifacts",
|
26 | 20 | "clean": "rm -rf generated/*",
|
27 | 21 | "hard-reset": "./scripts/hard-reset.sh"
|
|
0 commit comments