line_push/start.sh

8 lines
61 B
Bash
Executable File

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