node-sdk/publish.sh

9 строки
104 B
Bash
Executable File

#!/bin/bash
set -e
yarn build
yarn run copy
cd src
yarn publish --no-git-tag-version --new-version $1