summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-03-24 21:11:18 +0100
committergit user2024-03-24 21:11:18 +0100
commit0cebbbe574807b341a81dd12afd84d80d6c3bfee (patch)
tree4697d71cff022092c18b69992e9c84128c840988
parent3a7d627b1fb91dea870628ab3911012b60c534c8 (diff)
downloadaur-0cebbbe574807b341a81dd12afd84d80d6c3bfee.tar.gz
Upstream version bump.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 423f18fdae33..7b8ea1fdea2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ prepare() {
cd "${srcdir}/${_pkgname}"
msg2 "Fetching additional node.js modules ..."
- npm install --production --cache "${srcdir}/npm-cache"
+ npm install -g --production --cache "${srcdir}/npm-cache"
}
package() {