package: remove postinstall hook

This commit is contained in:
qingwei.li
2016-09-09 13:49:20 +08:00
parent fd0ac1177c
commit bd2a196c9d
2 changed files with 6 additions and 3 deletions

View File

@@ -8,7 +8,10 @@ build-theme-default:
npm run build:theme
install:
npm i --registry=http://registry.npm.taobao.org --ignore-scripts --loglevel=error
npm run bootstrap
install-cn:
npm run bootstrap --registry=http://registry.npm.taobao.org
dev:
npm run dev