Skip to content

Commit 6989f3f

Browse files
committed
add prebulishOnly script
1 parent ddfb50d commit 6989f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@
1919
"homepage": "https://github.com/rmrs/react-native-firebaseui#readme",
2020
"dependencies": {
2121
"prop-types": "^15.5.10"
22+
},
23+
"scripts": {
24+
"tag": "git tag \"v$npm_package_version\" && git push --tags",
25+
"prepublishOnly": "yarn run tag"
2226
}
2327
}

0 commit comments

Comments
 (0)