Skip to content

Commit

Permalink
fix: correcting casing of StockChart.tsx
Browse files Browse the repository at this point in the history
fixes building docs.
  • Loading branch information
markmcdowell committed Jul 9, 2020
1 parent 23c2458 commit 0e1b11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"clean:packages": "lerna run clean",
"clean:modules": "lerna clean --yes",
"convert": "run-s link bootstrap",
"docs": "run-s build docs:stories",
"docs": "lerna run docs --stream --include-dependencies",
"docs:stories": "lerna run docs --stream",
"link": "lerna link convert",
"lint": "eslint . --ext ts --ext tsx --quiet",
Expand Down

0 comments on commit 0e1b11d

Please sign in to comment.