summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph2019-09-06 16:38:16 +0200
committerChristoph2019-09-06 16:38:16 +0200
commit5bb5c69c9c9956bb90f9c0e1d043b3bf0f116d82 (patch)
tree19feadd33efc3dee88e5ff01292e31919bacf65c
parent3d14b97ae84a99582c0060cf52ff612291b31c8b (diff)
downloadaur-5bb5c69c9c9956bb90f9c0e1d043b3bf0f116d82.tar.gz
pkbulid fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3e1a8ab61d8..076d1d268799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,8 +42,8 @@ prepare() {
npm install "node-sass@4.12.0"
# Prepare the packages for building
- npm install lerna
- lerna bootstrap
+ # npm install lerna
+ # lerna bootstrap
}