Skip to content

Commit

Permalink
wasm: fix ci verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Nov 6, 2023
1 parent 28ba33e commit 24349c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/citools/wasm/wasm-setup-verify
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ declare -i retval=0
declare -A wasm_cmds

wasm_cmds=(
[npm]=$(
command -v npm >&/dev/null
[node]=$(
command -v node >&/dev/null
echo "$?"
)
[nodejs]=$(
command -v nodejs >&/dev/null
[npm]=$(
command -v npm >&/dev/null
echo "$?"
)
[yarn]=$(
Expand Down

0 comments on commit 24349c8

Please sign in to comment.