From 5c416dd360e63077558426103bd419d1ab08ad95 Mon Sep 17 00:00:00 2001 From: dotansimha Date: Tue, 24 Jan 2017 10:47:50 +0200 Subject: [PATCH] Step 4.17: Created a script for generating the Meteor client bundle --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ab69bfbcc..9889dfd17 100644 --- a/package.json +++ b/package.json @@ -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",