mirror of
https://bitbucket.org/seefoe/swg-site.git
synced 2026-01-16 23:04:17 -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 |