mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Building assets"
|
|
cd assets
|
|
yarn install
|
|
yarn run build
|
|
cd ..
|