Skip to content

Commit 6db462b

Browse files
committed
changes
1 parent 7780cad commit 6db462b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5557
android:

src/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
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
},

0 commit comments

Comments
 (0)