Skip to content

Commit

Permalink
Step 4.18: Created a script for generating the Meteor client bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 1b3b12c commit bbb58d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -13,7 +13,8 @@
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
"ionic:serve": "ionic-app-scripts serve",
"meteor-client:bundle": "meteor-client bundle -s api"
},
"dependencies": {
"@angular/common": "4.1.2",
Expand Down

0 comments on commit bbb58d3

Please sign in to comment.