Commit 8c9c65c
make yarn build the data-approval build and drop mal-* naming
The build script chain still carried legacy names from the original
malaria report fork (nhwa-build-folder, mal-icon.png, mal-favicon.ico,
manifest_mal.json) even though this repo is now the generic Data
Approval Extended app. Consolidate the build pipeline so plain
'yarn build' produces the app zip, and rename or drop the leftover
mal-prefixed assets and scripts.
- Collapse build-folder / nhwa-build-folder / build-default into a
single build-folder + build pair driven by yarn build.
- Rename mal-icon.png to app-icon.png and update the package.json
manifest.webapp icon reference accordingly.
- Delete public/mal-favicon.ico and public/manifest_mal.json — they
were copied into build/ only to be removed again by the cleanup
step, so they had no effect on the produced app.
- Delete src/scripts/build.ts, which was no longer wired into any
npm script and still referenced a non-existent yarn nhwa-build.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 59c3281 commit 8c9c65c
5 files changed
Lines changed: 3 additions & 45 deletions
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 58 | + | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
134 | | - | |
| 132 | + | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
| |||
Binary file not shown.
This file was deleted.
This file was deleted.
0 commit comments