Skip to content

Commit 9b4e149

Browse files
committed
rename config file, fixes #117
1 parent 1aa49d6 commit 9b4e149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ngc-watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let binPath = childProcess.execSync('npm bin', {
88
encoding: 'utf8',
99
cwd: process.cwd()
1010
});
11-
let ngcCommand = 'ngc -p ./tsconfig.aot.json';
11+
let ngcCommand = 'ngc -p ./tsconfig.json';
1212
let fullCommand = binPath.trim() + '/' + ngcCommand;
1313

1414
chokidar.watch(

0 commit comments

Comments
 (0)