Skip to content

Commit

Permalink
Remove postinstall step that generates empty local.js. Contribute to #…
Browse files Browse the repository at this point in the history
  • Loading branch information
olafveerman committed May 1, 2018
1 parent 418f81c commit 009419c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 009419c

Please sign in to comment.