mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-09-05 16:22:25 +08:00
fix spelling bug
This commit is contained in:
parent
80ca97e682
commit
a1c195acab
@ -87,7 +87,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Get hash of frontend code
|
name: Get hash of frontend code
|
||||||
command: |
|
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
|
md5sum ./admin-frontend/yarn.lock >> frontend.hash
|
||||||
cat frontend.hash
|
cat frontend.hash
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user