McCarthyism/build
2021-05-08 18:20:25 -05:00

7 lines
73 B
Bash
Executable file

#!/bin/bash
source ./env
cd front
npm run build
cd ../back
npm run build