docs(roadmap): record P10.1 verification
This commit is contained in:
parent
c34402b0a9
commit
00d022071d
@ -248,7 +248,7 @@ Acceptance criteria:
|
|||||||
|
|
||||||
Goal: prove the product is ready to release.
|
Goal: prove the product is ready to release.
|
||||||
|
|
||||||
- [ ] **P10.1** Run full local verification: `pnpm run verify`. Commit:
|
- [x] **P10.1** Run full local verification: `pnpm run verify`. Commit: `c34402b`; Verified: `zsh -lc 'source ~/.zshrc; export GITEA_NPM_TOKEN; pnpm run verify'` passed backend/web/mobile typecheck, backend tests (54 files, 373 tests), web tests (22 files, 96 tests), mobile tests (25 files, 97 tests), backend build, and web production build. Notes: mobile tests still emit the existing `react-test-renderer` deprecation warning, and Next build emits the existing `--localstorage-file` warning without failing.
|
||||||
- [ ] **P10.2** Run lint for backend, web, and mobile. Commit:
|
- [ ] **P10.2** Run lint for backend, web, and mobile. Commit:
|
||||||
- [ ] **P10.3** Run web Playwright E2E. Commit:
|
- [ ] **P10.3** Run web Playwright E2E. Commit:
|
||||||
- [ ] **P10.4** Run Docker compose build and smoke. Commit:
|
- [ ] **P10.4** Run Docker compose build and smoke. Commit:
|
||||||
|
|||||||
2
web/next-env.d.ts
vendored
2
web/next-env.d.ts
vendored
@ -1,6 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
import "./.next/dev/types/routes.d.ts";
|
import "./.next/types/routes.d.ts";
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user