node-sdk/publish.sh

10 строки
117 B
Bash
Executable File

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