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:
parent
3560bc62a2
commit
14a2d2d795
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user