chore(angular): update build for new stencil config

This commit is contained in:
mhartington
2018-08-01 10:54:23 -04:00
parent be4eda57ff
commit 4e6616cf9b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ function buildIonicAngular() {
const args = [
'build',
'--config',
path.join(__dirname, '..', 'stencil.config.js'),
path.join(__dirname, '..', 'stencil.config.ts'),
...process.argv.slice(2)
];