Add deploy command

old
Javi Velasco 2015-11-01 22:40:21 +01:00
parent e152e93c14
commit dd9954dbac
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"author": "React Toolbox Team (http://github.com/react-toolbox)",
"scripts": {
"start": "node ./server",
"build": "NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config.production"
"build": "NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config.production",
"deploy": "gh-pages -d build"
},
"dependencies": {
"codemirror": "^5.8.0",