club all removes into one line

This commit is contained in:
Praneeth Bodduluri 2014-07-10 11:32:21 +02:00 committed by Pablo Carranza Vélez
parent f8e8acfe35
commit d5c9735525

View File

@ -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": {