Skip to content

Commit

Permalink
feat: release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Jun 22, 2024
1 parent 1e1c0f1 commit a0e23d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit a0e23d6

Please sign in to comment.