fix eslint watch mode

This commit is contained in:
João Geonizeli
2022-08-09 19:59:23 +00:00
parent 5005d7ca68
commit f597282b90
3 changed files with 36 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ services:
<<: *rails
container_name: progress-test-esbuild
command:
sh -c 'yarn build --watch'
sh -c 'sleep 9999999999 | yarn build --watch'
db:
image: postgres:11.3-alpine