7 lines
73 B
Text
7 lines
73 B
Text
|
#!/bin/bash
|
||
|
source ./env
|
||
|
cd front
|
||
|
npm run build
|
||
|
cd ../back
|
||
|
npm run build
|