From 0117780f48bf0aeb35bd7e6c9bbff89109119089 Mon Sep 17 00:00:00 2001 From: Jesse Pinho Date: Mon, 19 Mar 2018 08:41:38 +0100 Subject: [PATCH] fix: pass argument correctly to ng build --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index e6d4cb9..54ca601 100644 --- a/firebase.json +++ b/firebase.json @@ -4,7 +4,7 @@ "source": "functions" }, "hosting": { - "predeploy": "npm run ng build -prod", + "predeploy": "npm run ng build -- --prod", "public": "dist", "ignore": [ "firebase.json",