mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +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
9
.github/workflows/x-publish.yml
vendored
9
.github/workflows/x-publish.yml
vendored
|
|
@ -27,11 +27,8 @@ jobs:
|
|||
run: npm ci
|
||||
working-directory: apps/cli
|
||||
|
||||
# optional: run tests
|
||||
# - run: npm test
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Verify
|
||||
run: npm run verify
|
||||
working-directory: apps/cli
|
||||
|
||||
- name: Pack
|
||||
|
|
@ -40,4 +37,4 @@ jobs:
|
|||
|
||||
- name: Publish to npm
|
||||
run: npm publish --access public
|
||||
working-directory: apps/cli
|
||||
working-directory: apps/cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue