yarn run prettier --write "src/**/*.{js,ts}"

pull/256/head
Ivan Hernandez 2021-05-20 20:10:54 +02:00
parent c75e11dc6a
commit ebb1d0aece
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Docker {
--volume "${runnerTempPath}/_github_home":"/root" \
--volume "${runnerTempPath}/_github_workflow":"/github/workflow" \
--volume "${workspace}":"/github/workspace" \
${sshAgent ? "--volume " + sshAgent + ":/ssh-agent" : ''} \
${sshAgent ? '--volume ' + sshAgent + ':/ssh-agent' : ''} \
${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \
${image}`;