|
31 | 31 | "test": "FORCE_COLOR=1 turbo test --concurrency=${TURBO_CONCURRENCY:-80%}", |
32 | 32 | "test:cache:clear": "FORCE_COLOR=1 turbo test:cache:clear --continue --concurrency=${TURBO_CONCURRENCY:-80%}", |
33 | 33 | "test:integration:ap-flows": "npm run test:integration:base -- --grep @ap-flows", |
| 34 | + "test:integration:astro": "E2E_APP_ID=astro.* npm run test:integration:base -- --grep @astro", |
34 | 35 | "test:integration:base": "npx playwright test --config integration/playwright.config.ts", |
35 | 36 | "test:integration:cleanup": "npx playwright test --config integration/playwright.cleanup.config.ts", |
36 | 37 | "test:integration:deployment:nextjs": "npx playwright test --config integration/playwright.deployments.config.ts", |
37 | 38 | "test:integration:elements": "E2E_APP_ID=elements.* npm run test:integration:base -- --grep @elements", |
| 39 | + "test:integration:expo-web": "E2E_APP_ID=expo.expo-web npm run test:integration:base -- --grep @expo-web", |
38 | 40 | "test:integration:express": "E2E_APP_ID=express.* npm run test:integration:base -- --grep @express", |
39 | 41 | "test:integration:generic": "E2E_APP_ID=react.vite.*,next.appRouter.withEmailCodes* npm run test:integration:base -- --grep @generic", |
40 | 42 | "test:integration:nextjs": "E2E_APP_ID=next.appRouter.* npm run test:integration:base -- --grep @nextjs", |
41 | | - "test:integration:astro": "E2E_APP_ID=astro.* npm run test:integration:base -- --grep @astro", |
42 | | - "test:integration:expo-web": "E2E_APP_ID=expo.expo-web npm run test:integration:base -- --grep @expo-web", |
43 | 43 | "test:integration:quickstart": "E2E_APP_ID=quickstart.* npm run test:integration:base -- --grep @quickstart", |
| 44 | + "test:integration:remix": "echo 'placeholder'", |
44 | 45 | "test:integration:sessions": "npm run test:integration:base -- --grep @sessions", |
45 | | - "test:integration:tanstack-start": "E2E_APP_ID=tanstack.start npm run test:integration:base -- --grep @tanstack-start", |
46 | 46 | "test:integration:tanstack-router": "E2E_APP_ID=tanstack.router npm run test:integration:base -- --grep @tanstack-router", |
47 | | - "test:integration:remix": "echo 'placeholder'", |
| 47 | + "test:integration:tanstack-start": "E2E_APP_ID=tanstack.start npm run test:integration:base -- --grep @tanstack-start", |
48 | 48 | "turbo:clean": "turbo daemon clean", |
49 | 49 | "update:lockfile": "npm run nuke && npm install -D --arch=x64 --platform=linux turbo && npm install -D --arch=arm64 --platform=darwin turbo", |
50 | 50 | "version": "changeset version && npm install --package-lock-only --engine-strict=false", |
|
90 | 90 | "jest-chrome": "^0.8.0", |
91 | 91 | "jest-environment-jsdom": "^29.3.1", |
92 | 92 | "lint-staged": "^14.0.1", |
93 | | - "prettier": "^3.3.2", |
| 93 | + "prettier": "^3.3.3", |
| 94 | + "prettier-plugin-packagejson": "^2.5.3", |
94 | 95 | "prettier-plugin-tailwindcss": "^0.6.3", |
95 | 96 | "publint": "^0.2.4", |
96 | 97 | "react": "18.3.1", |
|
0 commit comments