mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
./setup.sh
|
|
./compile-wasm.sh
|
|
dart pub publish --dry-run
|
|
dart pub publish |