diff options
| author | Fuwn <[email protected]> | 2026-03-22 03:35:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-22 03:36:47 +0000 |
| commit | 7dfa1670863609a5a024e381c8cc0c3f54d3759d (patch) | |
| tree | c72b414d9e64741e68be301bb1c8209a5e7bd62e /README.md | |
| parent | chore: normalise graphql generation scripts (diff) | |
| download | due.moe-7dfa1670863609a5a024e381c8cc0c3f54d3759d.tar.xz due.moe-7dfa1670863609a5a024e381c8cc0c3f54d3759d.zip | |
ci: add github actions validation workflow
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1,13 +1,6 @@ # due.moe -This repository now uses a pnpm monorepo workspace layout. - -## Structure - -- `.`: The current due.moe app (existing SvelteKit project) -- `apps/*`: Future-related apps -- `packages/*`: Shared libraries across apps -- `packages/shared`: Initial shared workspace package (`@due/shared`) +This repository contains the `due.moe` SvelteKit application. ## Install @@ -24,8 +17,10 @@ pnpm run check pnpm run lint ``` -## CI-equivalent Local Validation +## Validation ```bash pnpm run check:ci +pnpm run test:unit +pnpm run build ``` |