Skip to content

Commit

Permalink
Add plugin and prepare commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVlaanderen committed Oct 12, 2017
1 parent 57ef5fb commit 9caee39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"package:x86": "webpack --env.x86",
"package": "webpack",
"package:watch": "npm run package:x86 -- --watch",
"plugin": "cd build && phonegap plugin",
"platform:android": "cd build && phonegap platform add android",
"platform:ios": "cd build && phonegap platform add ios",
"prepare": "cd build && phonegap prepare",
"prepare:android": "cd build && phonegap prepare android",
"prepare:ios": "cd build && phonegap prepare ios",
"build": "cd build && phonegap build",
"build:release": "cd build && phonegap build --release",
"start": "cd build && phonegap run",
Expand Down

0 comments on commit 9caee39

Please sign in to comment.