chore(e2e): update tests to remove component name strings

This commit is contained in:
Brandy Carney
2017-01-23 14:08:28 -05:00
parent c492e71d5a
commit 091545e8c5
9 changed files with 25 additions and 16 deletions

View File

@ -183,9 +183,7 @@ export function runAppScripts(folderInfo: any, sassConfigPath: string, appEntryP
let tsConfig = distDir + 'tsconfig.json';
let scriptArgs = [
'build',
'--aot',
'--minifyCss',
'--optimizeJs',
'--prod',
'--sass', sassConfigPath,
'--appEntryPoint', appEntryPoint,
'--srcDir', distDir,