diff --git a/package.json b/package.json index 4a95e05..18cecaa 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "url": "git+https://github.com/includable/react-native-map-link.git" }, "scripts": { - "build": "npm run copy-images && tsc --project tsconfig.build.json", "lint": "eslint src --max-warnings=0 && eslint tests --max-warnings=0", - "release": "semantic-release", + "build": "npm run copy-images && tsc --project tsconfig.build.json", "test": "jest", + "release": "semantic-release", "copy-images": "mkdir -p ./lib/images && cp -r ./src/images ./lib", "tscheck": "tsc --noEmit" },