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