Skip to content

Commit 214e285

Browse files
authored
Merge pull request #9 from frontend-fun/update-branches
Rename deploy script
2 parents bbc42c0 + fcb81f7 commit 214e285

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/node.js.yml renamed to .github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
id: integrity
9898
run: |
9999
echo "<html><body><pre>" > ./dist/integrity.html
100-
shopt -s globstar
101100
find src -type f -name "*.test.ts" -exec md5sum {} + >> ./dist/integrity.html
102101
find src -type f -name "*.test.tsx" -exec md5sum {} + >> ./dist/integrity.html
103102
md5sum .eslintrc.js >> ./dist/integrity.html

0 commit comments

Comments
 (0)