don't install dependencies during build

Forwarded: not-needed
Last-Update: 2021-09-22


Gbp-Pq: Name 2012_dont_install_man_deps.patch
This commit is contained in:
Xavier Guimard 2023-02-16 14:46:17 +08:00 committed by zhouganqing
parent 5448301d1c
commit 42ebd1aa31
1 changed files with 1 additions and 1 deletions

View File

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