8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
|
|
cd "$(dirname "$0")"
|
|
yarn install --frozen-lockfile
|
|
npx tsc
|