|
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "", |
5 | 5 | "author": "Romain Lenzotti", |
| 6 | + "repository": "https://github.com/TypedProject/tsed-api", |
6 | 7 | "private": true, |
7 | 8 | "scripts": { |
| 9 | + "configure": "monorepo ci configure", |
8 | 10 | "test": "lerna run test --stream", |
9 | 11 | "test:e2e": "lerna run test:e2e", |
10 | | - "test:front": "lerna run test --scope=@tsed/backoffice --scope=@tsed/shared", |
11 | | - "test:backoffice": "lerna run test --scope=@tsed/backoffice", |
12 | | - "test:server": "lerna run test --scope=@tsed/server", |
| 12 | + "test:front": "lerna run test --scope=@tsed/backoffice --scope=@tsed/shared --stream", |
| 13 | + "test:backoffice": "lerna run test --scope=@tsed/backoffice --stream", |
| 14 | + "test:server": "lerna run test --scope=@tsed/server --stream", |
13 | 15 | "lint": "lerna run lint", |
14 | 16 | "lint:fix": "lerna run lint:fix", |
15 | 17 | "prettier": "lerna run prettier:fix", |
16 | | - "build": "lerna run build --stream", |
| 18 | + "build": "monorepo build", |
17 | 19 | "build:backoffice": "lerna run build --scope=@tsed/backoffice --stream", |
18 | 20 | "build:server": "lerna run build --scope=@tsed/server --stream", |
19 | 21 | "start": "lerna run start --stream --parallel", |
|
25 | 27 | "release": "semantic-release" |
26 | 28 | }, |
27 | 29 | "dependencies": { |
28 | | - "@tsed/react-formio": "^1.8.6", |
29 | | - "@tsed/react-formio-container": "^1.8.6", |
30 | | - "@tsed/redux-utils": "^1.8.6", |
31 | | - "@tsed/tailwind-formio": "^1.8.6", |
| 30 | + "@tsed/react-formio": "^1.8.7", |
| 31 | + "@tsed/react-formio-container": "^1.8.7", |
| 32 | + "@tsed/redux-utils": "^1.8.7", |
| 33 | + "@tsed/tailwind-formio": "^1.8.7", |
32 | 34 | "classnames": "2.2.6", |
33 | 35 | "connected-react-router": "6.8.0", |
34 | 36 | "file-saver": "2.0.5", |
|
0 commit comments