summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2021-04-18 09:18:33 +0800
committerSainnhe Park2021-04-18 09:18:33 +0800
commit9161b206824e22b57d41bda4a79dc1c5e0a9bf47 (patch)
tree904b5612582b9de3e50380909f3cfb2e1ebeb187
parent66bf2493946f45434ab6c42c8537c1e1410e6679 (diff)
downloadaur-9161b206824e22b57d41bda4a79dc1c5e0a9bf47.tar.gz
Remove yarn build
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aa1329f0313..e9802636b047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,6 @@ build() {
cd "${srcdir}/coc.nvim-${_hash}"
sed -i "3s/=.*/= '${_hash}'/" webpack.config.js
yarn install --frozen-lockfile --preferred-cache-folder "${srcdir}/.cache"
- yarn run build
}
package() {