mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
NPM_VERSIONS=`npm show rive-react versions --json`
|
|
node ./scripts/next_version.js "$NPM_VERSIONS"
|
|
npm publish |