summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinhard Leichtfuß2020-04-26 07:19:40 +0200
committerEinhard Leichtfuß2020-04-26 07:19:40 +0200
commitff12150f17a1d73098ebbcf1a5883511c6c0f708 (patch)
tree73c3a8910d4ef1a24e3eb478294a36d243e137ec
parent8e2128533fa47917921a595c752433b1518ecc85 (diff)
downloadaur-ff12150f17a1d73098ebbcf1a5883511c6c0f708.tar.gz
Add some flags to 'yarn install'
The resulting package should not change.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 707046757ff4..e7215b42e8f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ package()
cd "server-${pkgver}"
# Remove build dependencies
- yarn install --production
+ yarn install --production --offline --non-interactive
cd "$srcdir"