1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/bin/ci_assets
2023-02-12 13:44:00 -06:00

8 lines
91 B
Bash
Executable File

#!/usr/bin/env bash
echo "Building assets"
pushd assets
yarn install
yarn run deploy
popd