plugin fix and trigger all ci
This commit is contained in:
parent
11ded7b3d5
commit
0f952aef2f
|
@ -28,12 +28,13 @@ if [[ "${PLUGIN_ACTIONS}" =~ '(^|,)build(,|$)' ]]; then
|
|||
wasm-pack build --${PLUGIN_BUILD_PROFILE:-release} --scope ${PLUGIN_SCOPE}
|
||||
fi
|
||||
|
||||
if [ "${PLUGIN_MAKE:-}" != ""]; then
|
||||
if [ "${PLUGIN_MAKE:-}" != "" ]; then
|
||||
make ${PLUGIN_MAKE}
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ "${PLUGIN_ACTIONS}" =~ '(^|,)publish(,|$)' ]]; then
|
||||
cd pkg
|
||||
REGISTRY=${PLUGIN_REGISTRY:-https://registry.npmjs.org/}
|
||||
|
||||
if [ "${PLUGIN_SCOPE:-}" = "" ]; then
|
||||
|
|
|
@ -4,6 +4,7 @@ description = "Naughts and crosses WASM algorithms"
|
|||
repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/o-x-rust"
|
||||
license = "GNU GPLv3"
|
||||
license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
|
|
Loading…
Reference in New Issue