plugin fix and trigger all ci
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user