Files
2022-07-18 11:58:43 +00:00

8 lines
61 B
Bash
Executable File

#!/bin/bash
set -e
npm install
npm run build
npm run start