We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8155d8c commit b182533Copy full SHA for b182533
measure/package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"private": true,
5
"scripts": {
6
- "android": "cd android && ./gradlew installRelease",
+ "android": "cd android && ./gradlew clean uninstallRelease installRelease",
7
"androidi18n": "npm run android -- --project-prop i18n=true",
8
"start": "node ./scripts/measure",
9
"generateReadmeTable": "node ./scripts/resultsJsonToMarkdown"
0 commit comments