clean up build & test instructions

This commit is contained in:
2025-03-10 20:06:00 -06:00
parent 155cfa79b7
commit f48dd21fd3
2 changed files with 5 additions and 21 deletions

View File

@@ -227,10 +227,7 @@ Run local tests:
npm run test-local
```
Run all tests (includes building):
```bash
npm run test-all
```
See [TESTING.md](test-playwright/TESTING.md) for more details.
## Linting

View File

@@ -19,21 +19,15 @@ npm install
npm run dev
```
See [BUILDING.md](BUILDING.md) for more details.
See the test locations for "IMAGE_API_SERVER" or "PARTNER_API_SERVER" below, or use http://localhost:3000 for local endorser.ch
### Build the test & production app
```
npm run serve
```
### Lint and fix files
```
npm run lint
```
### Run all UI tests
Look below for the "test-all" instructions.
Look at [BUILDING.md](BUILDING.md) for the "test-all" instructions and [TESTING.md](test-playwright/TESTING.md) for more details.
### Compile and minify for test & production
@@ -80,13 +74,6 @@ TIME_SAFARI_APP_TITLE="TimeSafari_Test" VITE_APP_SERVER=https://test.timesafari.
## Tests
See [TESTING.md](test-playwright/TESTING.md) for detailed test instructions.
## Icons
To add an icon, add to main.ts and reference with `fa` element and `icon` attribute with the hyphenated name.