mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[flutter] Make WASM recompilation mandatory before publishing.
This commit is contained in:
parent
11cb8af959
commit
e82878f897
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||||
pushd $dir > /dev/null
|
pushd $dir > /dev/null
|
||||||
mkdir -p lib/assets/
|
mkdir -p lib/assets/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user