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:
Nuno Santos 2019-02-25 13:47:22 +01:00
parent 1e152a1aa4
commit 2e3263c544

View file

@ -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