Skip to content

Commit 1fed3ee

Browse files
committed
nits
1 parent a5659ea commit 1fed3ee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,5 @@ make test-prod # with an optional flag: PATH_TO_TEST=tests/integration/...etc LA
8888

8989
5. If you make any changes and need to rebuild the image used for testing, force a rebuild with the `-B` flag
9090
```
91-
make -B {build|test-staging|test_prod}
91+
make -B {build|test-staging|test-prod}
9292
```
93-
94-
Or you can just run everything in a single command:
95-
```
96-
docker build -t local/labelbox-python:test . && make test-staging PATH_TO_TEST= LABELBOX_TEST_API_KEY=
97-
```

0 commit comments

Comments
 (0)