mirror of
https://github.com/swg-ostrich/site.git
synced 2026-01-16 23:04:21 -05:00
8 lines
93 B
Bash
8 lines
93 B
Bash
basedir=$PWD
|
|
|
|
cd $basedir/backend
|
|
npm install
|
|
|
|
cd $basedir/frontend
|
|
npm install
|
|
npm run build |