Adding postinstall tasks
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"prepublish": "node seed_data/seed.js"
|
"postinstall": "node seed_data/seed.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^0.9.0",
|
"async": "^0.9.0",
|
||||||
|
Reference in New Issue
Block a user