From 713e58b9ac072b58892b370b6f90507a99651b11 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Thu, 24 Nov 2016 01:34:05 -0500 Subject: [PATCH] chore(): update build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 165aabb..4d31189 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { - "build": "rm -rf aot dist && node_modules/.bin/ngc", + "build": "rm -rf aot dist && ngc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {