fix(ui-toolkit): s/postinstall/prepublish

This commit is contained in:
Sérgio Ramos 2017-09-07 17:52:27 +01:00 committed by Sérgio Ramos
parent d8ac561552
commit 4cf174301a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"watch": "redrun copy-fonts && redrun -p compile-watch:*",
"styleguide:build": "cross-env NODE_ENV=production styleguidist build",
"styleguide": "cross-env NODE_ENV=development styleguidist server",
"postinstall": "redrun -s copy-fonts compile"
"prepublish": "redrun -s copy-fonts compile"
},
"dependencies": {
"babel-cli": "^6.26.0",