refactor(aio): rename yarn script (deployment-config-test --> redirects-test) (#23390)

PR Close #23390
This commit is contained in:
George Kalpakas 2018-04-15 23:46:17 +03:00 committed by Jason Aden
parent 7f612fc828
commit 0d56cee9e1
2 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@
"docs-watch": "node tools/transforms/authors-package/watchr.js", "docs-watch": "node tools/transforms/authors-package/watchr.js",
"docs-lint": "eslint --ignore-path=\"tools/transforms/.eslintignore\" tools/transforms", "docs-lint": "eslint --ignore-path=\"tools/transforms/.eslintignore\" tools/transforms",
"docs-test": "node tools/transforms/test.js", "docs-test": "node tools/transforms/test.js",
"deployment-config-test": "jasmine-ts tests/deployment-config/unit/**/*.spec.ts", "redirects-test": "jasmine-ts tests/deployment-config/unit/**/*.spec.ts",
"firebase-utils-test": "jasmine-ts tools/firebase-test-utils/*.spec.ts", "firebase-utils-test": "jasmine-ts tools/firebase-test-utils/*.spec.ts",
"tools-lint": "tslint -c \"tools/tslint.json\" \"tools/firebase-test-utils/**/*.ts\"", "tools-lint": "tslint -c \"tools/tslint.json\" \"tools/firebase-test-utils/**/*.ts\"",
"tools-test": "./scripts/deploy-to-firebase.test.sh && yarn docs-test && yarn boilerplate:test && jasmine tools/ng-packages-installer/index.spec.js && yarn firebase-utils-test", "tools-test": "./scripts/deploy-to-firebase.test.sh && yarn docs-test && yarn boilerplate:test && jasmine tools/ng-packages-installer/index.spec.js && yarn firebase-utils-test",

View File

@ -37,10 +37,10 @@ source ${thisDir}/_travis-fold.sh
yarn e2e-prod yarn e2e-prod
travisFoldEnd "test.aio.e2e" travisFoldEnd "test.aio.e2e"
# Test Firebase redirects # Run unit tests for Firebase redirects
travisFoldStart "test.aio.deployment-config" travisFoldStart "test.aio.redirects"
yarn deployment-config-test yarn redirects-test
travisFoldEnd "test.aio.deployment-config" travisFoldEnd "test.aio.redirects"
# Run unit tests for aio/aio-builds-setup # Run unit tests for aio/aio-builds-setup
travisFoldStart "test.aio.aio-builds-setup" travisFoldStart "test.aio.aio-builds-setup"