|
6 | 6 | "node": "22" |
7 | 7 | }, |
8 | 8 | "scripts": { |
9 | | - "dev": "backstage-cli repo start", |
10 | | - "start": "yarn workspace app start", |
| 9 | + "start": "backstage-cli repo start", |
| 10 | + "start:legacy": "backstage-cli repo start packages/app-legacy packages/backend", |
11 | 11 | "start-backend": "yarn workspace backend start", |
12 | 12 | "build:backend": "yarn workspace backend build", |
13 | 13 | "tsc": "tsc", |
|
19 | 19 | "clean": "backstage-cli repo clean", |
20 | 20 | "test": "backstage-cli repo test", |
21 | 21 | "test:all": "backstage-cli repo test --coverage", |
| 22 | + "test:e2e": "yarn test:e2e:legacy", |
| 23 | + "test:e2e:legacy": "APP_MODE=legacy playwright test", |
| 24 | + "test:e2e:all": "yarn test:e2e:legacy", |
| 25 | + "test:e2e:ci": "yarn test:e2e:all", |
| 26 | + "playwright": "bash -c 'if [[ $@ == test ]]; then yarn test:e2e:legacy; else npx playwright \"$@\"; fi' _", |
22 | 27 | "fix": "backstage-cli repo fix", |
23 | 28 | "lint": "backstage-cli repo lint --since origin/main", |
24 | 29 | "lint:all": "backstage-cli repo lint", |
|
41 | 46 | "directory": "workspaces/lightspeed" |
42 | 47 | }, |
43 | 48 | "devDependencies": { |
44 | | - "@backstage/cli": "^0.35.3", |
45 | | - "@backstage/e2e-test-utils": "^0.1.1", |
46 | | - "@backstage/repo-tools": "^0.16.3", |
| 49 | + "@backstage/cli": "^0.36.0", |
| 50 | + "@backstage/cli-defaults": "^0.1.0", |
| 51 | + "@backstage/e2e-test-utils": "^0.1.2", |
| 52 | + "@backstage/repo-tools": "^0.17.0", |
47 | 53 | "@changesets/cli": "^2.27.1", |
48 | 54 | "@ianvs/prettier-plugin-sort-imports": "^4.4.0", |
49 | 55 | "@playwright/test": "1.58.2", |
|
52 | 58 | "knip": "^5.27.4", |
53 | 59 | "node-gyp": "^9.0.0", |
54 | 60 | "prettier": "3.8.1", |
55 | | - "typescript": "~5.3.0" |
| 61 | + "typescript": "~5.8.0" |
56 | 62 | }, |
57 | 63 | "dependencies": { |
58 | 64 | "react": "^18.3.1" |
|
0 commit comments