Skip to content

Commit 3fca346

Browse files
committed
Update sleep command in Makefile to also work on MacOS
1 parent b583358 commit 3fca346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker-images:
77
docker-npm-build:
88
rm -f .container_id
99
docker-compose run -d sphinx_rtd_theme build > .container_id
10-
sleep 1s
10+
sleep 1
1111
docker container wait "$(shell cat .container_id)"
1212
docker cp "$(shell cat .container_id):/project/sphinx_rtd_theme" .
1313
docker cp "$(shell cat .container_id):/project/package-lock.json" .

0 commit comments

Comments
 (0)