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 DAB0mB committed Feb 13, 2017
1 parent 591bfce commit ca35498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,8 @@
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"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": "2.2.1",
Expand Down Expand Up @@ -37,6 +38,7 @@
"@types/meteor": "^1.3.31",
"@types/underscore": "^1.7.36",
"meteor-typings": "^1.3.1",
"tmp": "0.0.31",
"typescript": "2.0.9",
"typescript-extends": "^1.0.1"
},
Expand Down

0 comments on commit ca35498

Please sign in to comment.