This commit is contained in:
Eugene Pankov
2017-04-12 12:12:57 +02:00
parent c3edd1cd72
commit 137c100bbf
14 changed files with 164 additions and 104 deletions

View File

@@ -58,6 +58,8 @@
}
},
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"pack": "build --dir",
"postinstall": "install-app-deps",
"dist": "build"