mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
fix(ui-toolkit): s/postinstall/prepublish
This commit is contained in:
parent
d8ac561552
commit
4cf174301a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user