|
7 | 7 | "dev": "vite --host", |
8 | 8 | "copy-assets": "cpx src/assets/**/* dist/assets", |
9 | 9 | "build": "npm run build-domain && npm run build-webui", |
10 | | - "build-domain": "rm -rf dist && tsc -p tsconfig.jitar.json && tsc-alias -p tsconfig.jitar.json && jitar build && npm run copy-assets", |
| 10 | + "build-domain": "npm run clean && tsc -p tsconfig.jitar.json && tsc-alias -p tsconfig.jitar.json && jitar build && npm run copy-assets", |
11 | 11 | "build-webui": "vite build", |
12 | 12 | "compile": "tsc -p tsconfig.compile.json", |
13 | | - "clean": "rm -rf dist", |
| 13 | + "clean": "rimraf dist", |
14 | 14 | "docker-up": "docker compose --env-file development.env up", |
15 | 15 | "docker-down": "docker compose --env-file development.env down", |
16 | 16 | "preview": "vite preview", |
|
21 | 21 | "changelog-debug": "auto-changelog --template changelog.hbs -p --template json --output changelog-data.json", |
22 | 22 | "review": "npm run compile && npm run lint && npm run test", |
23 | 23 | "rebuild": "npm run clean && npm run build && npm run standalone", |
24 | | - |
25 | 24 | "standalone": "jitar start --env-file=development.env --service=services/standalone.json --http-body-limit=512000", |
26 | 25 | "repository": "jitar start --env-file=development.env --service=services/repository.json", |
27 | 26 | "proxy": "jitar start --env-file=development.env --service=services/proxy.json --http-body-limit=512000", |
|
61 | 60 | "@vitest/coverage-v8": "^3.2.4", |
62 | 61 | "auto-changelog": "^2.5.0", |
63 | 62 | "cpx2": "^8.0.0", |
64 | | - "@eslint/js": "^9.30.1", |
65 | 63 | "eslint-plugin-react": "^7.37.5", |
66 | 64 | "eslint-plugin-react-hooks": "^5.2.0", |
67 | 65 | "eslint-plugin-sonarjs": "^3.0.4", |
| 66 | + "rimraf": "^6.0.1", |
68 | 67 | "tsc-alias": "^1.8.16", |
69 | 68 | "typescript": "^5.8.3", |
70 | 69 | "typescript-eslint": "8.35.1", |
|
0 commit comments