Skip to content

Commit

Permalink
Add Android Build Script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Jun 1, 2022
1 parent 96c9a04 commit 3cbcadc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Translation strings used for Stremio app",
"main": "index.js",
"scripts": {
"test": "tape test/*"
"test": "tape test/*",
"build:android": "node ./scripts/build-android.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3cbcadc

Please sign in to comment.