Skip to content

Commit 79c4b03

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
fix: pack plugin on iOS
1 parent 5180466 commit 79c4b03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ matrix:
5656
jdk: oraclejdk8
5757
before_script: pod repo update
5858
script:
59-
- cd src && npm run build.iosOnly
60-
- cd ../publish && sh pack.sh
61-
- cd ../demo-angular && tns plugin add ../publish/package/*.tgz
59+
- cd src && npm run build.iosOnly && npm pack
60+
- cd ../demo-angular && tns plugin add ../src/*.tgz
6261
- npm i && tns build ios --bundle --env.uglify --env.aot
6362
- language: android
6463
os: linux

0 commit comments

Comments
 (0)