Skip to content

Commit fffa050

Browse files
authored
Merge pull request #11 from jdmunro/fix-zip-overwrite
Fix a postinstall bug when running yarn remove
2 parents 244d84e + 0b24afb commit fffa050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"author": "Gerson Alexander Pardo Gamez <[email protected]>",
1818
"scripts": {
19-
"postinstall": "cd ios && extract-zip Openpgp.framework.zip",
19+
"postinstall": "cd ios && rm -rf Openpgp.framework && extract-zip Openpgp.framework.zip",
2020
"prepare": "npm run build",
2121
"build": "tsc",
2222
"watch": "tsc --watch",

0 commit comments

Comments
 (0)