blob: 3ec43eebb98b2b38382ed6a5ab8728704eb82372 [file] [log] [blame]
#! /bin/sh
BUILD_VERSIONS="[\"current\""
for version in $@; do
BUILD_VERSIONS=$BUILD_VERSIONS", \""$version"\""
done
BUILD_VERSIONS=$BUILD_VERSIONS"]"
echo $BUILD_VERSIONS >.build-versions.json
yarn install
yarn start