chore(router): changes the router setup to align with other modules
This commit is contained in:
@@ -13,5 +13,6 @@ $(npm bin)/tsc -v
|
||||
$(npm bin)/tsc -p tools
|
||||
cp tools/@angular/tsc-wrapped/package.json dist/tools/@angular/tsc-wrapped
|
||||
node dist/tools/@angular/tsc-wrapped/src/main -p modules
|
||||
node dist/tools/@angular/tsc-wrapped/src/main -p modules/@angular/router
|
||||
|
||||
echo 'travis_fold:end:BUILD'
|
||||
|
||||
@@ -43,6 +43,9 @@ if [[ ${TRAVIS} ]]; then
|
||||
fi
|
||||
|
||||
$(npm bin)/karma start ./karma-js.conf.js --single-run --browsers=${KARMA_JS_BROWSERS}
|
||||
|
||||
$(npm bin)/karma start ./modules/@angular/router/karma.conf.js --single-run --browsers=${KARMA_JS_BROWSERS}
|
||||
|
||||
echo 'travis_fold:end:test.unit.localChrome'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user