Skip to content

Commit 4fc8174

Browse files
committed
Now using tag from CI
1 parent ffcf323 commit 4fc8174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Clean and minimalist React Native template for a quick start with TypeScript.",
55
"scripts": {
66
"test": "standard setup.js",
7-
"prepublishOnly": "npm --no-git-tag-version version from-git"
7+
"prepublishOnly": "npm version $TRAVIS_TAG"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)