From 009419c5b400723c343dfb310b04860ce7fc397f Mon Sep 17 00:00:00 2001 From: Olaf Veerman Date: Tue, 1 May 2018 13:36:21 -0400 Subject: [PATCH] Remove postinstall step that generates empty local.js. Contribute to #218 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 61239551..97a58565 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "lint": "eslint app/ test/ --ext .js", "test": "DS_ENV=test DEBUG=false mocha test/test-* --require babel-register", "start": "node index.js", - "nodemon": "nodemon --watch app index.js", - "postinstall": "[ -f app/config/local.js ] || echo 'module.exports = {};' > app/config/local.js" + "nodemon": "nodemon --watch app index.js" }, "engines": { "node": "8.x.x"