Harden build scripts
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd /home/dsyoon/workspace/meeting_ai/client
|
||||
|
||||
npm install
|
||||
npm run dev
|
||||
npm run build
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd /home/dsyoon/workspace/meeting_ai/server
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
PORT=8018 npm run start
|
||||
|
||||
PORT="${PORT:-8018}" npm run start
|
||||
Reference in New Issue
Block a user