Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ If your branch name contains an `FR-XXXX` issue number, the URL is `https://fr-X
| `pnpm run build` | Full production build |
| `pnpm run build:react-only` | Build only React app |
| `pnpm run relay` | One-time Relay/GraphQL compile (project root) |
| `cd react && pnpm run relay:watch` | Relay watch mode (uses nodemon) |
| `pnpm run relay:watch` | Relay watch mode (uses nodemon) |
| `pnpm run lint` | ESLint check |
| `pnpm run lint-fix` | Auto-fix ESLint issues |
| `pnpm run format` | Prettier format check |
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"electron:d": "electron build/electron-app --dev",
"electron:d:hmr": "LIVE_DEBUG=1 electron build/electron-app --dev",
"relay": "relay-compiler",
"relay:watch": "nodemon --watch data/schema.graphql --watch data/client-directives.graphql --exec 'pnpm run relay --watch'",
"copyresource": "cp -Rp resources build/web && cp -Rp manifest build/web",
Comment thread
nowgnuesLee marked this conversation as resolved.
"copyconfig": "./scripts/copy-config.js && cp version.json build/web && cp manifest.json build/web",
"copyindex": "cp index.html build/web",
Expand Down Expand Up @@ -86,6 +87,7 @@
"jsonc-eslint-parser": "catalog:",
"lint-staged": "^15.5.2",
"lodash": "catalog:",
"nodemon": "^3.1.14",
Comment thread
nowgnuesLee marked this conversation as resolved.
"portless": "^0.10.3",
"prettier": "catalog:",
"prettier-plugin-sort-json": "catalog:",
Expand Down
Loading
Loading