File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ matrix:
5757 before_script : pod repo update
5858 script :
5959 - cd src && npm run build.iosOnly
60- - cd ../demo-ng && npm i && tns build ios --bundle --env.uglify --env.aot
60+ - cd ../demo-angular && npm i && tns build ios --bundle --env.uglify --env.aot
6161 - language : android
6262 os : linux
6363 env :
@@ -87,7 +87,7 @@ matrix:
8787 before_install : nvm install 8
8888 script :
8989 - cd src && npm run build
90- - cd ../demo-ng && npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
90+ - cd ../demo-angular && npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
9191 - language : android
9292 env :
9393 - BuildAndroid="28"
@@ -104,7 +104,7 @@ matrix:
104104 jdk : oraclejdk8
105105 before_install : nvm install 8.11.4
106106 script :
107- - cd ../ demo-angular && npm run ci.android.build
107+ - cd demo-angular && npm run ci.android.build
108108 - os : osx
109109 env :
110110 - BuildiOS="12.0"
You can’t perform that action at this time.
0 commit comments