mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
OPS: new script 'npm run clean:ios'
This commit is contained in:
parent
cc541c6b9c
commit
27bcdc7c80
@ -27,6 +27,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "cd android/; ./gradlew clean; cd ..; rm -r -f /tmp/metro-cache/; rm -r -f node_modules/; npm cache clean --force; npm i; npm start -- --reset-cache",
|
||||
"clean:ios": "rm -fr node_modules && rm -fr ios/Pods && npm i && cd ios && pod update && cd ..; npm start -- --reset-cache",
|
||||
"releasenotes2json": "./scripts/release-notes.sh > release-notes.txt; node -e 'console.log(JSON.stringify(require(\"fs\").readFileSync(\"release-notes.txt\", \"utf8\")));' > release-notes.json",
|
||||
"podinstall": "./scripts/podinstall.sh",
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
|
Loading…
Reference in New Issue
Block a user