We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe1897 commit 16e8cccCopy full SHA for 16e8ccc
.github/workflows/script/check-js.sh
@@ -7,7 +7,7 @@ if [ ! -z "$(git status --porcelain)" ]; then
7
>&2 echo "Failed: Repo should be clean before testing!"
8
exit 1
9
fi
10
-# 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
11
rm -rf lib
12
# Generate the JavaScript files
13
npm run-script build
0 commit comments