From 6c6208ee94e9e7f8fadcdb4ca7d1b5edb6993468 Mon Sep 17 00:00:00 2001 From: William Welling Date: Mon, 5 Dec 2016 08:01:22 -0600 Subject: [PATCH] Updated clean:ngc to clean all production generated files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64dc1549fd..60b3fa8283 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "watch": "webpack --watch", "watch:dev": "npm run server & npm run watch", "clean:dist": "rimraf dist", - "clean:ngc": "rimraf **/*.ngfactory.ts **/*.css.shim.ts", + "clean:ngc": "rimraf **/*.ngfactory.ts **/*.css.shim.ts **/*.scss.shim.ts webpack.records.json", "prebuild": "npm run clean:dist", "build": "webpack --progress", "build:prod:ngc": "npm run clean:ngc && npm run ngc && npm run clean:dist && npm run build:prod",