mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api.git
synced 2026-09-21 16:52:00 -07:00
11 lines
130 B
Bash
11 lines
130 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
cd /home/safeuser/psf-bch-api
|
|
|
|
node scripts/patch-apidoc-from-env.js
|
|
|
|
npm run docs
|
|
|
|
exec npm start
|