From a8e71de204e598165c6aa50df3a4b3ba270cf7b4 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Tue, 22 Aug 2017 12:46:38 -0400 Subject: [PATCH] Fix post-install hook --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7908b38..30f81d4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lint": "tslint ./src/**/*.ts -t verbose", "release": "standard-version", - "postinstall": "postinstall-build --only-as-dependency dist \"npm run build\" && rm -rf ./node_modules" + "postinstall": "postinstall-build --only-as-dependency dist \"npm run build && rimraf node_modules\"" }, "dependencies": { "@angular/core": "^4.2.4",