mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
Use dry4javascript --help in startup smoke check
By architect.
This commit is contained in:
@@ -42,7 +42,8 @@ if grep -q "Missing source file argument" \
|
||||
else
|
||||
bad "mutate4javascript"
|
||||
fi
|
||||
if psf-memo-client/node_modules/.bin/dry4javascript >/dev/null 2>&1; then
|
||||
if grep -q "Usage: dry4javascript" \
|
||||
<<< "$(psf-memo-client/node_modules/.bin/dry4javascript --help 2>&1)"; then
|
||||
ok "dry4javascript"
|
||||
else
|
||||
bad "dry4javascript"
|
||||
|
||||
Reference in New Issue
Block a user