build(joyent-ui-toolkit): build styleguide in dev

This commit is contained in:
Sérgio Ramos 2017-06-17 00:41:57 +01:00
parent 97a820688b
commit 0623c06fc7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"compile-watch:umd": "cross-env NODE_ENV=test babel src --out-dir dist/umd --source-maps inline --watch",
"compile": "redrun -p compile:*",
"watch": "redrun copy-fonts && redrun -p compile-watch:*",
"styleguide:build": "cross-env NODE_ENV=production styleguidist build",
"styleguide:build": "cross-env NODE_ENV=development styleguidist build",
"styleguide": "cross-env NODE_ENV=development styleguidist server",
"postinstall": "redrun -s copy-fonts compile"
},