mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
node.eclass: verbose by default
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -104,9 +104,9 @@ node_src_configure() {
|
|||||||
|
|
||||||
node_src_compile() {
|
node_src_compile() {
|
||||||
if [[ "${NODE_BUNDLE}" == 1 ]]; then
|
if [[ "${NODE_BUNDLE}" == 1 ]]; then
|
||||||
"${NPM}" ci ${NPM_FLAGS} || die
|
"${NPM}" ci --loglevel verbose ${NPM_FLAGS} || die
|
||||||
fi
|
fi
|
||||||
"${NPM}" install ${NPM_FLAGS} --global || die
|
"${NPM}" install --loglevel verbose ${NPM_FLAGS} --global || die
|
||||||
}
|
}
|
||||||
|
|
||||||
node_src_install() {
|
node_src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user