Renamed webpack build script

This commit is contained in:
Schuyler Cebulskie
2017-01-19 22:07:02 -05:00
parent f51ba3fb06
commit 3545e731c0
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"test-docs": "docgen --source src --custom docs/index.yml",
"lint": "eslint src",
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
"webpack": "parallel-webpack"
},
"repository": {
"type": "git",