Skip to content

Commit 1d775cd

Browse files
committed
fix: update package lock and include in CI/CD
1 parent e3b8dc0 commit 1d775cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[
1515
"@semantic-release/git",
1616
{
17-
"assets": ["package.json", "CHANGELOG.md"],
17+
"assets": ["package.json", "package-lock.json", "CHANGELOG.md"],
1818
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1919
}
2020
],

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:android": "cd example/android && ./gradlew :algorandfoundation-react-native-passkey-autofill:testDebugUnitTest --no-daemon",
1717
"test:android:instrumented": "cd example/android && ./gradlew :algorandfoundation-react-native-passkey-autofill:connectedDebugAndroidTest --no-daemon",
1818
"test:all": "npm run test && npm run test:android",
19-
"prepare": "expo-module prepare && npx lefthook install",
19+
"prepare": "expo-module prepare",
2020
"prepublishOnly": "expo-module prepublishOnly",
2121
"expo-module": "expo-module",
2222
"open:ios": "xed example/ios",

0 commit comments

Comments
 (0)