From a487e8c7ddc0102e9439988c50b73230b37f030a Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Fri, 6 Feb 2015 02:01:38 -0500 Subject: [PATCH] Adding postinstall tasks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25bbaff7d8..430ab67139 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "node app.js", "test": "mocha", - "prepublish": "node seed_data/seed.js" + "postinstall": "node seed_data/seed.js" }, "dependencies": { "async": "^0.9.0",