Skip to content

Commit a0e23d6

Browse files
committed
feat: release new version
1 parent 1e1c0f1 commit a0e23d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"url": "git+https://github.com/includable/react-native-map-link.git"
1010
},
1111
"scripts": {
12-
"build": "npm run copy-images && tsc --project tsconfig.build.json",
1312
"lint": "eslint src --max-warnings=0 && eslint tests --max-warnings=0",
14-
"release": "semantic-release",
13+
"build": "npm run copy-images && tsc --project tsconfig.build.json",
1514
"test": "jest",
15+
"release": "semantic-release",
1616
"copy-images": "mkdir -p ./lib/images && cp -r ./src/images ./lib",
1717
"tscheck": "tsc --noEmit"
1818
},

0 commit comments

Comments
 (0)