add after install handler. Qiu

This commit is contained in:
Wang Qiu
2013-07-15 13:23:29 +08:00
parent 1a92a635ed
commit f7c42730d1

View File

@@ -43,7 +43,8 @@
"viff": "./bin/viff"
},
"scripts": {
"postinstall": "./init.sh",
"build": "coffee -o ./lib/ -c src/*.coffee",
"install": "npm run build",
"test": "npm install && grunt default"
}
}