From 13ba59a0d4b62c2f5a5abf4a4237e375b471ee9c Mon Sep 17 00:00:00 2001 From: Miguel Langarano Date: Fri, 15 Sep 2023 18:43:01 -0500 Subject: [PATCH] chore: change script name --- .github/workflows/e2e-cypress-12-ccy-1.10.yml | 2 +- .github/workflows/e2e-cypress-13-ccy-1.10.yml | 2 +- e2e/cypress-12-demo/package.json | 2 +- e2e/cypress-13-demo/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-cypress-12-ccy-1.10.yml b/.github/workflows/e2e-cypress-12-ccy-1.10.yml index 19f2046..c7abfc0 100644 --- a/.github/workflows/e2e-cypress-12-ccy-1.10.yml +++ b/.github/workflows/e2e-cypress-12-ccy-1.10.yml @@ -38,4 +38,4 @@ jobs: CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} run: > - npm run test + npm run runtest diff --git a/.github/workflows/e2e-cypress-13-ccy-1.10.yml b/.github/workflows/e2e-cypress-13-ccy-1.10.yml index 60f7a5c..222309f 100644 --- a/.github/workflows/e2e-cypress-13-ccy-1.10.yml +++ b/.github/workflows/e2e-cypress-13-ccy-1.10.yml @@ -38,4 +38,4 @@ jobs: CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }} run: > - npm run test + npm run runtest diff --git a/e2e/cypress-12-demo/package.json b/e2e/cypress-12-demo/package.json index 71b7f28..16274a7 100644 --- a/e2e/cypress-12-demo/package.json +++ b/e2e/cypress-12-demo/package.json @@ -5,7 +5,7 @@ "scripts": { "files": "ts-node scripts/files.ts", "validate": "ts-node scripts/validate.ts", - "test": "ts-node scripts/test.ts" + "runtest": "ts-node scripts/test.ts" }, "dependencies": { "colors": "^1.4.0", diff --git a/e2e/cypress-13-demo/package.json b/e2e/cypress-13-demo/package.json index a55001d..d30aede 100644 --- a/e2e/cypress-13-demo/package.json +++ b/e2e/cypress-13-demo/package.json @@ -5,7 +5,7 @@ "scripts": { "files": "ts-node scripts/files.ts", "validate": "ts-node scripts/validate.ts", - "test": "ts-node scripts/test.ts" + "runtest": "ts-node scripts/test.ts" }, "dependencies": { "colors": "^1.4.0",