mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix build.sh to return proper exit code.
Remove background scripts/wait from building script to allow proper return codes to propagate. Fixes #1088
This commit is contained in:
parent
1e152a1aa4
commit
2e3263c544
1 changed files with 2 additions and 4 deletions
|
@ -46,7 +46,7 @@ fi
|
|||
|
||||
scripts/newtab.md.sh
|
||||
scripts/make_tutorial.sh
|
||||
scripts/make_docs.sh &
|
||||
scripts/make_docs.sh
|
||||
|
||||
"$(npm bin)/nearleyc" src/grammars/bracketexpr.ne \
|
||||
> src/grammars/.bracketexpr.generated.ts
|
||||
|
@ -62,9 +62,7 @@ else
|
|||
fi
|
||||
|
||||
(webpack --display errors-only \
|
||||
&& scripts/git_version.sh) &
|
||||
|
||||
wait
|
||||
&& scripts/git_version.sh)
|
||||
|
||||
scripts/bodgecss.sh
|
||||
scripts/authors.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue