Fix Syntax Error
This commit is contained in:
parent
536e7e6588
commit
e6cbae1bd6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Refresh Server
|
||||
run: |
|
||||
if ! pgrep -f "node /usr/bin/yarn" ; then
|
||||
yarn preview &;
|
||||
yarn preview &
|
||||
fi
|
||||
|
||||
- name: Run Unlighthouse for Mobile
|
||||
|
|
Loading…
Reference in a new issue