7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd /home/dsyoon/workspace/meeting_ai/client
|
|
|
|
npm install
|
|
npm run build |