PromucFlow_constructor/app/rts/build.sh
Shrikant Sharat Kandula dcf425af7e
Fix RTS build and push workflow (#4246)
* Update build.sh

* Fix invalid build-arg argument to docker build
2021-04-30 16:37:33 +05:30

8 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
cd "$(dirname "$0")"
yarn install --frozen-lockfile
npx tsc