From a8d2c4589512d1adab54862573c05800af51c6c8 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 10 Mar 2024 11:30:26 -0600 Subject: [PATCH] Simplify repros repo --- .gitignore | 2 ++ run.sh | 13 ------------- 2 files changed, 2 insertions(+), 13 deletions(-) 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"'