summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2018-08-16 22:46:15 -0400
committerAndy Kluger2018-08-16 22:46:15 -0400
commit5c9e3a175ef24cb0858b3beee92a9eb55fec59ea (patch)
tree95ede1b1483b748a4a7c46f215625525b7fb032f
parent1200ecd8b4a618675c95204782ffba2c0da54396 (diff)
downloadaur-5c9e3a175ef24cb0858b3beee92a9eb55fec59ea.tar.gz
only build ttf files in the first place; fast enough that I'm not bumping the pkgrel
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd32e1871d93..6f163a33f7ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd Iosevka
npm install
- npm run build -- contents:iosevka
+ npm run build -- ttf:iosevka
}
package() {