Skip to content

Commit

Permalink
chore: Remove reference to deleted run action
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 11, 2024
1 parent 57be4a0 commit 6269580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "#!/bin/sh" > .git/hooks/pre-commit
echo './doc-resources/update-repo-docs.sh' >> .git/hooks/pre-commit
for dir in internal/run setup; do
for dir in setup; do
(cd $dir && npm install)
echo "(cd "$dir" && NODE_OPTIONS=--openssl-legacy-provider npm run build && git add dist/)" >> .git/hooks/pre-commit
done
Expand Down

0 comments on commit 6269580

Please sign in to comment.