Fix plugin and upgrade frontend [ALL]
Some checks failed
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed
ci/woodpecker/push/wasm-o-x-rust unknown status
ci/woodpecker/push/frontend unknown status

This commit is contained in:
2022-08-09 09:41:51 +00:00
parent 49816e8659
commit 5061f593dd
3 changed files with 17 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ if [[ "${PLUGIN_ACTIONS}" =~ '(^|,)build(,|$)' ]]; then
fi
fi
if [[ "${PLUGIN_ACTTIONS}" =~ '(^|,)test(,|$)' ]]; then
if [[ "${PLUGIN_ACTIONS}" =~ '(^|,)test(,|$)' ]]; then
wasm-pack test --node
fi