File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ matrix:
3737 before_install :
3838 - nvm install 8
3939 before_script :
40+ - cd seed-tests && npm i
4041 - echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
4142 - emulator -avd test -no-audio -no-window &
4243 - android-wait-for-emulator
@@ -49,7 +50,8 @@ matrix:
4950 node_js : ' 8'
5051 jdk : oraclejdk8
5152 osx_image : xcode9.2
52- ? before_script
53+ before_script :
54+ - cd seed-tests && npm i
5355 script : travis_wait travis_retry npm run test.ios
5456
5557android :
Original file line number Diff line number Diff line change 3636 "clean" : " npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i" ,
3737 "ci.tslint" : " npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" ,
3838 "prepack" : " npm run build.native" ,
39+ "precommit" : " lint-staged" ,
3940 "development.setup" : " npm run setup && npm link && cd ../demo && npm link nativescript-floatingactionbutton && cd ../src" ,
4041 "generate.typings.ios" : " cd ../demo && TNS_DEBUG_METADATA_PATH=\" $(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\" $(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'"
4142 },
You can’t perform that action at this time.
0 commit comments