Rename benchmark script

This commit is contained in:
Nicolas Gallagher
2017-07-22 10:45:04 -07:00
parent 7f81e313ed
commit 1364b1dfdf
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"!**/__tests__"
],
"scripts": {
"benchmarks": "cd benchmarks && yarn && webpack && open index.html",
"benchmark": "cd benchmarks && yarn && webpack && open index.html",
"build": "webpack --config webpack.config.js --sort-assets-by --progress",
"compile": "del ./dist && mkdir dist && babel src -d dist --ignore **/__tests__",
"docs:build": "build-storybook -o ./docs/dist -c ./docs/storybook/.storybook",