diff --git a/.circleci/config.yml b/.circleci/config.yml index e2facf5..307b058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,8 @@ jobs: cd android ./gradlew androidDependencies + - run: yarn lint + - run: command: | VERSION=0.15.0; \ diff --git a/package.json b/package.json index 73e83ee..2dfac27 100755 --- a/package.json +++ b/package.json @@ -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": {