Skip to content

Commit

Permalink
Step 4.17: 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 Oct 16, 2017
1 parent dceee80 commit 5c416dd
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.4.3",
Expand Down

0 comments on commit 5c416dd

Please sign in to comment.