Skip to content

Commit d58282e

Browse files
committed
npm publish
1 parent d73ef37 commit d58282e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

native-modules/react-native-check-biometric-auth-changed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"typecheck": "tsc",
4545
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4646
"test": "jest",
47-
"release": "yarn nitrogen && yarn prepare && release-it --only-version"
47+
"release": "yarn nitrogen && yarn prepare && npm publish --access public"
4848
},
4949
"keywords": [
5050
"react-native",

native-modules/react-native-lite-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typecheck": "tsc",
3939
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4040
"test": "jest",
41-
"release": "bob build && release-it --only-version"
41+
"release": "yarn prepare && npm publish --access public"
4242
},
4343
"keywords": [
4444
"react-native",

0 commit comments

Comments
 (0)