scripts: update install-npm-packages.sh

This commit is contained in:
Ismo Vuorinen
2023-02-22 09:42:16 +02:00
parent 40b399a467
commit 0a7d331a57
2 changed files with 5 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ packages=(
"js-debug"
"stylelint-lsp"
"blade-formatter"
"@loopback/cli"
"corepack"
"standardjs"
)
for pkg in "${packages[@]}"; do
@@ -30,7 +33,7 @@ for pkg in "${packages[@]}"; do
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
msg_run "Installing npm package:" "$pkg"
npm install -g --force --no-fund --no-progress --no-timing "$pkg"
npm install -g --no-fund --no-progress --no-timing "$pkg"
echo ""
done

View File

@@ -3,4 +3,5 @@
# Set whether or not to follow arbitrary file
# paths in source statements (since 0.8.0).
external-sources=true
includeAllWorkspaceSymbols=true