spelling: in case
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cbe1897960
commit
16e8ccc657
1 changed files with 1 additions and 1 deletions
2
.github/workflows/script/check-js.sh
vendored
2
.github/workflows/script/check-js.sh
vendored
|
|
@ -7,7 +7,7 @@ if [ ! -z "$(git status --porcelain)" ]; then
|
||||||
>&2 echo "Failed: Repo should be clean before testing!"
|
>&2 echo "Failed: Repo should be clean before testing!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
# Wipe the lib directory incase there are extra unnecessary files in there
|
# Wipe the lib directory in case there are extra unnecessary files in there
|
||||||
rm -rf lib
|
rm -rf lib
|
||||||
# Generate the JavaScript files
|
# Generate the JavaScript files
|
||||||
npm run-script build
|
npm run-script build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue