mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
strengthen repo verification and runtime coverage
Add clearer app docs plus targeted desktop, CLI, web, and worker tests so cross-surface regressions are caught earlier and the repo is easier to navigate.
This commit is contained in:
parent
2133d7226f
commit
4239f9f1ef
63 changed files with 3678 additions and 764 deletions
|
|
@ -1,12 +1,14 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# build rowboatx next.js app
|
||||
# Prepare the frontend and local runtime embedded by the desktop shell.
|
||||
|
||||
# Build the RowboatX Next.js frontend.
|
||||
(cd apps/rowboatx && \
|
||||
npm install && \
|
||||
npm run build)
|
||||
|
||||
# build rowboat server
|
||||
# Build the local CLI/runtime service.
|
||||
(cd apps/cli && \
|
||||
npm install && \
|
||||
npm run build)
|
||||
npm run build)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue