|
23 | 23 | "intake:e2e:local:specs": "tsx scripts/run-e2e.ts --app=intake --specs-only", |
24 | 24 | "intake:e2e:demo": "ENV=demo tsx scripts/run-e2e.ts --app=intake", |
25 | 25 | "intake:e2e:demo:ui": "ENV=demo tsx scripts/run-e2e.ts --app=intake --ui", |
26 | | - "intake:e2e:demo:smoke": "SMOKE_TEST=true INTEGRATION_TEST=true ENV=demo tsx scripts/run-e2e.ts --app=intake", |
| 26 | + "intake:e2e:demo:smoke": "ENV=demo SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=intake", |
27 | 27 | "intake:e2e:demo:login": "ENV=demo tsx scripts/run-e2e.ts --app=intake --login-only", |
28 | 28 | "intake:e2e:demo:specs": "ENV=demo tsx scripts/run-e2e.ts --app=intake --specs-only", |
29 | 29 | "intake:e2e:e2e": "ENV=e2e tsx scripts/run-e2e.ts --app=intake", |
|
37 | 37 | "intake:e2e:development:specs": "ENV=development tsx scripts/run-e2e.ts --app=intake --specs-only", |
38 | 38 | "intake:e2e:testing": "ENV=testing tsx scripts/run-e2e.ts --app=intake", |
39 | 39 | "intake:e2e:testing:ui": "ENV=testing tsx scripts/run-e2e.ts --app=intake --ui", |
| 40 | + "intake:e2e:testing:smoke": "ENV=testing SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=intake", |
40 | 41 | "intake:e2e:testing:login": "ENV=testing tsx scripts/run-e2e.ts --app=intake --login-only", |
41 | 42 | "intake:e2e:testing:specs": "ENV=testing tsx scripts/run-e2e.ts --app=intake --specs-only", |
42 | 43 | "intake:e2e:staging": "ENV=staging tsx scripts/run-e2e.ts --app=intake", |
43 | 44 | "intake:e2e:staging:ui": "ENV=staging tsx scripts/run-e2e.ts --app=intake --ui", |
| 45 | + "intake:e2e:staging:smoke": "ENV=staging SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=intake", |
44 | 46 | "intake:e2e:staging:login": "ENV=staging tsx scripts/run-e2e.ts --app=intake --login-only", |
45 | 47 | "intake:e2e:staging:specs": "ENV=staging tsx scripts/run-e2e.ts --app=intake --specs-only", |
46 | 48 | "intake:build": "turbo build --filter=intake-ui", |
|
59 | 61 | "ehr:e2e:local:integration:ui": "INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=ehr --ui", |
60 | 62 | "ehr:e2e:demo": "ENV=demo tsx scripts/run-e2e.ts --app=ehr", |
61 | 63 | "ehr:e2e:demo:ui": "ENV=demo tsx scripts/run-e2e.ts --app=ehr --ui", |
62 | | - "ehr:e2e:demo:smoke": "SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=ehr", |
| 64 | + "ehr:e2e:demo:smoke": "ENV=demo SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=ehr", |
63 | 65 | "ehr:e2e:development": "ENV=development tsx scripts/run-e2e.ts --app=ehr", |
64 | 66 | "ehr:e2e:development:ui": "ENV=development tsx scripts/run-e2e.ts --app=ehr --ui", |
65 | 67 | "ehr:e2e:testing": "ENV=testing tsx scripts/run-e2e.ts --app=ehr", |
66 | 68 | "ehr:e2e:testing:ui": "ENV=testing tsx scripts/run-e2e.ts --app=ehr --ui", |
| 69 | + "ehr:e2e:testing:smoke": "ENV=testing SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=ehr", |
67 | 70 | "ehr:e2e:staging": "ENV=staging tsx scripts/run-e2e.ts --app=ehr", |
68 | 71 | "ehr:e2e:staging:ui": "ENV=staging tsx scripts/run-e2e.ts --app=ehr --ui", |
| 72 | + "ehr:e2e:staging:smoke": "ENV=staging SMOKE_TEST=true INTEGRATION_TEST=true tsx scripts/run-e2e.ts --app=ehr", |
69 | 73 | "ehr:build": "turbo build --filter=ehr-ui", |
70 | 74 | "ehr:lint": "turbo lint --filter=ehr-ui...", |
71 | 75 | "ehr:start:ui": "turbo start --filter=ehr-ui", |
|
0 commit comments