uat-seed-script
This commit is contained in:
@@ -4,15 +4,21 @@
|
||||
|
||||
```bash
|
||||
npm install
|
||||
ALLOW_DB_RESET=true npm run db:fresh
|
||||
npm exec tsc --noEmit
|
||||
npm run db:fresh
|
||||
npm run typecheck
|
||||
npm run dev
|
||||
```
|
||||
|
||||
## Fresh UAT or demo data
|
||||
|
||||
```bash
|
||||
ALLOW_DB_RESET=true npm run db:fresh:uat
|
||||
npm run db:fresh:uat
|
||||
```
|
||||
|
||||
## Reset and reseed existing local/UAT data
|
||||
|
||||
```bash
|
||||
npm run seed:reset -- --allow-db-reset
|
||||
```
|
||||
|
||||
## Existing database upgrade
|
||||
@@ -44,7 +50,7 @@ npm run seed:pdf-template
|
||||
## Verification
|
||||
|
||||
```bash
|
||||
npm exec tsc --noEmit
|
||||
npm run typecheck
|
||||
npm run build
|
||||
npm run verify:encoding
|
||||
npm run verify:crm-access
|
||||
|
||||
Reference in New Issue
Block a user