Skip to content

Commit

Permalink
Add shebang to GenerateDocs.sh (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle authored Dec 1, 2023
1 parent 5598d8f commit ccfddfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-docs/GenerateDocs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
if [ -d "node_modules" ]; then
rm -rf "node_modules"
fi
Expand Down Expand Up @@ -38,4 +39,4 @@ popd

./node_modules/.bin/reference-coverage-tester reference-coverage-tester.json

wait
wait

0 comments on commit ccfddfd

Please sign in to comment.