Added ActionTypes and styles exports

This commit is contained in:
jpellizzari
2017-01-24 11:25:03 -08:00
parent 0575e85ca1
commit c1303e181e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
"scripts": {
"build": "webpack --config webpack.production.config.js",
"build-external": "EXTERNAL=true webpack --config webpack.production.config.js",
"build-pkg": "babel app/scripts --ignore __tests__ --out-dir dist",
"build-pkg": "babel app/scripts --ignore __tests__ --out-dir dist && cp -R app/styles dist/styles",
"install": "./post-install.sh",
"start": "node server.js",
"start-production": "NODE_ENV=production node server.js",