File: release.sh

package info (click to toggle)
golang-github-scaleway-scaleway-sdk-go 1.0.0~beta12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,000 kB
  • sloc: javascript: 160; sh: 70; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

cd scripts/release || (echo "Please run this script from repo root" && exit 1)

yarn install --frozen-lock-file
yarn run release