Skip to content

Commit 9c446b4

Browse files
fix: prettier
1 parent edabe75 commit 9c446b4

File tree

2 files changed

+40
-50
lines changed

2 files changed

+40
-50
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@devcycle/server-request",
3-
"version": "1.0.0",
4-
"type": "commonjs"
2+
"name": "@devcycle/server-request",
3+
"version": "1.0.0",
4+
"type": "commonjs"
55
}
Lines changed: 37 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,40 @@
11
{
2-
"name": "server-request",
3-
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
4-
"sourceRoot": "lib/shared/server-request/src",
5-
"projectType": "library",
6-
"targets": {
7-
"build": {
8-
"executor": "@nx/js:tsc",
9-
"outputs": [
10-
"{options.outputPath}"
11-
],
12-
"options": {
13-
"outputPath": "dist/lib/shared/server-request",
14-
"main": "lib/shared/server-request/src/index.ts",
15-
"tsConfig": "lib/shared/server-request/tsconfig.lib.json",
16-
"assets": [
17-
"lib/shared/server-request/*.md"
18-
]
19-
}
20-
},
21-
"lint": {
22-
"executor": "@nx/linter:eslint",
23-
"outputs": [
24-
"{options.outputFile}"
25-
],
26-
"options": {
27-
"lintFilePatterns": [
28-
"lib/shared/server-request/**/*.ts"
29-
]
30-
}
31-
},
32-
"test": {
33-
"executor": "@nx/jest:jest",
34-
"outputs": [
35-
"{workspaceRoot}/coverage/{projectRoot}"
36-
],
37-
"options": {
38-
"jestConfig": "lib/shared/server-request/jest.config.ts",
39-
"passWithNoTests": true
40-
},
41-
"configurations": {
42-
"ci": {
43-
"ci": true,
44-
"codeCoverage": true
2+
"name": "server-request",
3+
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
4+
"sourceRoot": "lib/shared/server-request/src",
5+
"projectType": "library",
6+
"targets": {
7+
"build": {
8+
"executor": "@nx/js:tsc",
9+
"outputs": ["{options.outputPath}"],
10+
"options": {
11+
"outputPath": "dist/lib/shared/server-request",
12+
"main": "lib/shared/server-request/src/index.ts",
13+
"tsConfig": "lib/shared/server-request/tsconfig.lib.json",
14+
"assets": ["lib/shared/server-request/*.md"]
15+
}
16+
},
17+
"lint": {
18+
"executor": "@nx/linter:eslint",
19+
"outputs": ["{options.outputFile}"],
20+
"options": {
21+
"lintFilePatterns": ["lib/shared/server-request/**/*.ts"]
22+
}
23+
},
24+
"test": {
25+
"executor": "@nx/jest:jest",
26+
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
27+
"options": {
28+
"jestConfig": "lib/shared/server-request/jest.config.ts",
29+
"passWithNoTests": true
30+
},
31+
"configurations": {
32+
"ci": {
33+
"ci": true,
34+
"codeCoverage": true
35+
}
36+
}
4537
}
46-
}
47-
}
48-
},
49-
"tags": []
38+
},
39+
"tags": []
5040
}

0 commit comments

Comments
 (0)