1
0
mirror of https://github.com/danbee/chess synced 2026-08-06 01:32:22 +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