mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2024-12-30 14:26:16 +01:00
Stop build process as soon as an error occurs
This commit is contained in:
parent
8f776a515e
commit
bc08da8bd9
2 changed files with 4 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
family=SourceSansPro
|
||||
roman_weights=(Black Bold ExtraLight Light Regular Semibold)
|
||||
italic_weights=(BlackIt BoldIt ExtraLightIt LightIt It SemiboldIt)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
ro_name=SourceSansVariable-Roman
|
||||
it_name=SourceSansVariable-Italic
|
||||
|
||||
|
|
Loading…
Reference in a new issue