Skip problematic step when installing env (#3491)

This commit is contained in:
Noémi Ványi 2023-04-04 21:11:49 +02:00 committed by GitHub
parent c647b55eb0
commit 6ab43d1045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

3
manage
View File

@ -284,9 +284,6 @@ node.env() {
which npm &> /dev/null || die 1 'node.env - npm is not found!'
( set -e
# shellcheck disable=SC2030
PATH="$(npm bin):$PATH"
export PATH
build_msg INSTALL "npm install $NPM_PACKAGES"
# shellcheck disable=SC2086