1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Mobile: Don't build twice on postinstall (#9340)

This commit is contained in:
Henry Heino 2023-11-19 00:55:52 -08:00 committed by GitHub
parent 3560bc62a2
commit 14a2d2d795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
"test": "jest", "test": "jest",
"test-ci": "yarn test", "test-ci": "yarn test",
"watchInjectedJs": "gulp watchInjectedJs", "watchInjectedJs": "gulp watchInjectedJs",
"postinstall": "jetify && yarn run build" "postinstall": "jetify"
}, },
"dependencies": { "dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.7", "@bam.tech/react-native-image-resizer": "3.0.7",