diff --git a/Makefile b/Makefile index 6fb39c7..09a12af 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ docs: mandocs htmldocs # don't regenerate the snapshot if we're generating # snapshots, since presumably we just did that. -mandocs: dev-deps $(mandocs) +mandocs: $(mandocs) @ ! [ $${npm_lifecycle_event} = "snap" ] && \ ! [ $${npm_lifecycle_event} = "postsnap" ] && \ TAP_SNAPSHOT=1 node test/lib/utils/config/definitions.js || true