diff --git a/.gitignore b/.gitignore index 1e430d8..d3d3c53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules docs +build +dist diff --git a/run.sh b/run.sh index c7f88cd..a656ae0 100644 --- a/run.sh +++ b/run.sh @@ -8,16 +8,3 @@ yarn # Run TypeDoc yarn typedoc - -echo -echo ======================================================== -echo - -# Print commands before running them, to make CI output easier to understand -set -v - -# You can add additional commands here to make assertions on the output, -# if TypeDoc's output doesn't match what you expected. Here's one example -# checking that the name from package.json is used in TypeDoc's output. - -test $(jq '.name' docs/docs.json) = '"typedoc-repros"'