Skip to content

Commit ab77fa9

Browse files
devversiontinayuangao
authored andcommitted
build: fix closure tsconfig path (#3835)
* Due to the TSConfig file renaming in #3791 and the fact that they were merged at the same time, the path in the closure-compiler script is now invalid.
1 parent e82457c commit ab77fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/closure-compiler/build-devapp-bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $(npm bin)/gulp build:devapp
1313
$(npm bin)/gulp :package:release
1414

1515
# Rebuild demo-app with ES2015 modules. Closure compiler is then able to parse imports.
16-
$(npm bin)/tsc -p src/demo-app/ --target ES2015 --module ES2015
16+
$(npm bin)/tsc -p src/demo-app/tsconfig-build.json --target ES2015 --module ES2015
1717

1818
# Re-compile RxJS sources into ES2015. Otherwise closure compiler can't parse it properly.
1919
$(npm bin)/ngc -p scripts/closure-compiler/tsconfig-rxjs.json

0 commit comments

Comments
 (0)