We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1c0f1 commit a0e23d6Copy full SHA for a0e23d6
package.json
@@ -9,10 +9,10 @@
9
"url": "git+https://github.com/includable/react-native-map-link.git"
10
},
11
"scripts": {
12
- "build": "npm run copy-images && tsc --project tsconfig.build.json",
13
"lint": "eslint src --max-warnings=0 && eslint tests --max-warnings=0",
14
- "release": "semantic-release",
+ "build": "npm run copy-images && tsc --project tsconfig.build.json",
15
"test": "jest",
+ "release": "semantic-release",
16
"copy-images": "mkdir -p ./lib/images && cp -r ./src/images ./lib",
17
"tscheck": "tsc --noEmit"
18
0 commit comments