Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDMaxwell committed Sep 2, 2022
1 parent eebf68e commit 71b999b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def authors(count):
' "lab": "ionic serve -o --lab",\n'
' "build:platform": "ionic cordova platform add [email protected]",\n'
' "build:apk": "ionic cordova build android",\n'
' "build:deploy": "npm run platform && npm run apk",\n'
' "build:deploy": "npm run build:platform && npm run apk",\n'
' "studio": "start studio.bat",\n'
' "studio:prepare": "ionic cordova prepare android",\n'
' "studio:launch": "npm run studio:prepare && npm run studio"'
Expand Down

0 comments on commit 71b999b

Please sign in to comment.