mirror of
https://github.com/danbee/chess
synced 2026-06-21 21:32:23 +00:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Building assets"
|
|
cd assets
|
|
yarn install
|
|
yarn run deploy
|
|
cd ..
|