-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SimonDMaxwell
committed
Sep 2, 2022
1 parent
eebf68e
commit 71b999b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"' | ||
|