Adding postinstall tasks
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user