From d5c9735525db1016e52da4301ff3fa31d58672d5 Mon Sep 17 00:00:00 2001 From: Praneeth Bodduluri Date: Thu, 10 Jul 2014 11:32:21 +0200 Subject: [PATCH] club all removes into one line --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d366c4c..b0253fb2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "scripts": { "preinstall": "bash deps.sh", - "postinstall": "node ./node_modules/coffee-script/bin/coffee -c ./src && rm -rf /root/.ssh/* && rm -rf /build/app/deploy_key && rm -rf /app/deploy_key ", + "postinstall": "node ./node_modules/coffee-script/bin/coffee -c ./src && rm -rf /root/.ssh/* /build/app/deploy_key /app/deploy_key ", "start": "./entry.sh" }, "dependencies": {