fix spelling bug

This commit is contained in:
felinae98 2021-12-07 20:36:45 +08:00
parent 80ca97e682
commit a1c195acab
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -87,7 +87,7 @@ jobs:
- run:
name: Get hash of frontend code
command: |
find ./admin-frontend/src -type f -exec md5sum {} + | LC_ALL=C sort > fontend.hash
find ./admin-frontend/src -type f -exec md5sum {} + | LC_ALL=C sort > frontend.hash
md5sum ./admin-frontend/yarn.lock >> frontend.hash
cat frontend.hash
- persist_to_workspace: