mirror of https://gitee.com/openkylin/npm.git
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:
parent
5448301d1c
commit
42ebd1aa31
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue