Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten König committed Jul 23, 2024
1 parent af531ce commit a04560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build_docker_ci:
docker build -f docker/Dockerfile_ci -t elasticvue-ci .

ci: build_docker_ci
cat /proc/cpuinfo
cat /proc/cpuinfo
docker run --rm elasticvue-ci yarn lint
docker run --rm elasticvue-ci yarn tsc
docker run --rm elasticvue-ci yarn test:unit
Expand Down

0 comments on commit a04560e

Please sign in to comment.