Skip to content

Commit

Permalink
Merge pull request frontend-fun#9 from frontend-fun/update-branches
Browse files Browse the repository at this point in the history
Rename deploy script
  • Loading branch information
acbart authored Aug 20, 2024
2 parents bbc42c0 + fcb81f7 commit 214e285
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
id: integrity
run: |
echo "<html><body><pre>" > ./dist/integrity.html
shopt -s globstar
find src -type f -name "*.test.ts" -exec md5sum {} + >> ./dist/integrity.html
find src -type f -name "*.test.tsx" -exec md5sum {} + >> ./dist/integrity.html
md5sum .eslintrc.js >> ./dist/integrity.html
Expand Down

0 comments on commit 214e285

Please sign in to comment.