Skip to content

Commit 1ff78cd

Browse files
committed
chore: Bump for nx 19
1 parent 7063fb4 commit 1ff78cd

File tree

9 files changed

+8472
-5985
lines changed

9 files changed

+8472
-5985
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DB_HOST=localhost
1+
DB_HOST=192.168.2.243
22
DB_LOGGING=1
33

44
DB_USERNAME="postgres"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ testem.log
3939
Thumbs.db
4040

4141
.nx/cache
42+
.nx/workspace-data
4243
.angular
4344
.dev.env

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/coverage
44
/.nx/cache
55
.angular
6+
7+
/.nx/workspace-data

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,10 @@ $ npm run seed:run
2323
## Running the example app
2424

2525
```bash
26-
# build plugin
27-
$ npm run json-api-nestjs:build
28-
2926
# dev server
30-
$ npm run example:serve
27+
$ npm run demo:json-api
3128

3229
```
33-
34-
## Test
35-
36-
```bash
37-
# unit tests
38-
$ nx test json-api-nestjs
39-
40-
# test coverage
41-
$ nx test json-api-nestjs --coverage
42-
```
43-
4430
## License
4531

4632
The plugin is [MIT licensed](LICENSE).

apps/json-api-server-e2e/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"options": {
1515
"jestConfig": "apps/json-api-server-e2e/jest.config.ts",
16-
"passWithNoTests": true
16+
"passWithNoTests": true,
17+
"parallel": 1
1718
}
1819
}
1920
}

libs/json-api/json-api-nestjs/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"outDir": "../../../dist/out-tsc",
55
"declaration": true,
66
"types": ["node"],
7-
"target": "es2021",
7+
"target": "es2023",
88
"strictNullChecks": true,
99
"noImplicitAny": true,
1010
"strictBindCallApply": true,

0 commit comments

Comments
 (0)