mirror of
https://github.com/tonsky/FiraCode.git
synced 2024-11-20 19:48:59 +03:00
10 lines
187 B
Bash
Executable File
10 lines
187 B
Bash
Executable File
#!/bin/zsh -euo pipefail
|
|
cd "`dirname $0`/.."
|
|
|
|
./script/check_widths
|
|
# ./script/build_ttf.sh
|
|
./script/build_variable.sh
|
|
./script/build_woff.sh
|
|
./script/build_woff2.sh
|
|
./script/package.sh
|