Skip to content

Commit 618c3e1

Browse files
committed
replace prepare script with prepack
1 parent 4165370 commit 618c3e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ KeychainExample/e2e/output
9494
KeychainExample/artifacts
9595

9696
# React Native Bob Builder
97-
# lib
97+
lib
9898

9999
# Docosaurus
100100
/build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"source": "./src/index",
1010
"files": [
1111
"android",
12-
"ios/RNKeychainManager",
12+
"ios",
1313
"lib",
1414
"src",
1515
"RNKeychain.podspec"
@@ -18,7 +18,7 @@
1818
"format": "prettier '{,typings/,KeychainExample/}*.{md,js,json,ts,tsx}' --write",
1919
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2020
"typecheck": "tsc -p tsconfig.json",
21-
"prepare": "bob build"
21+
"prepack": "bob build"
2222
},
2323
"workspaces": [
2424
"KeychainExample",

0 commit comments

Comments
 (0)