We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af531ce commit a04560eCopy full SHA for a04560e
Makefile
@@ -4,7 +4,7 @@ build_docker_ci:
4
docker build -f docker/Dockerfile_ci -t elasticvue-ci .
5
6
ci: build_docker_ci
7
- cat /proc/cpuinfo
+ cat /proc/cpuinfo
8
docker run --rm elasticvue-ci yarn lint
9
docker run --rm elasticvue-ci yarn tsc
10
docker run --rm elasticvue-ci yarn test:unit
0 commit comments