Skip to content

Commit

Permalink
chore(test): Add regenerate_all.sh script to regenerate test harnesse…
Browse files Browse the repository at this point in the history
…s for all versions
  • Loading branch information
christopherthielen committed Jan 9, 2019
1 parent b24c8f7 commit b18137e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/regenerate_all.sh
@@ -0,0 +1,2 @@
#!/bin/bash
for i in `ls -d *0.* | sed -e 's/typedoc-//'` ; do rm -rf typedoc-$i ; ./add_version.js $i ; done

0 comments on commit b18137e

Please sign in to comment.