mirror of
https://github.com/rive-app/rive-react.git
synced 2026-03-13 08:22:30 +08:00
Feat: Setup workflow to npm publish 2 new rive-react packages
This commit is contained in:
committed by
Zachary Plata
parent
7f2bd76eb3
commit
bb7d3e4e6c
@@ -7,3 +7,6 @@ set -e
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
# RELEASE_VERSION will come from an env variable passed in from the GH action workflow
|
||||
node $SCRIPT_DIR/nextVersion.js "$RELEASE_VERSION" `pwd`
|
||||
|
||||
# Replace the dist package json with the newly trimmed one
|
||||
cp -f ./package.json ./dist/package.json
|
||||
|
||||
Reference in New Issue
Block a user