Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed Feb 10, 2019
1 parent dc38eb1 commit b96c981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
cd android
./gradlew androidDependencies
- run: yarn lint

- run:
command: |
VERSION=0.15.0; \
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"lint:examples": "tslint --fix -p ./examples/CustomFilter/src && tslint --fix -p ./examples/CustomNativeFilter/src",
"lint:haze-removal": "tslint --fix -p ./examples/CustomNativeFilter/local_modules/react-native-image-filter-kit-haze-removal/src",
"update:typings": "cp src/typings/index.d.ts dist/index.d.ts",
"build:all": "npm run lint && npm run build && npm run update:typings && :"
"build:all": "npm run lint && npm run build && npm run update:typings && :",
"postversion": "git push && git push --tags"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b96c981

Please sign in to comment.