Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 0219180

Browse files
committed
fix: graphql project dist path
1 parent 86ce80c commit 0219180

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/graphql/project.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
"executor": "@nx/js:tsc",
99
"outputs": ["{options.outputPath}"],
1010
"options": {
11-
"outputPath": "dist/packages/graphql",
11+
"outputPath": "dist/@mocking-bird/graphql",
1212
"main": "packages/graphql/src/index.ts",
1313
"tsConfig": "packages/graphql/tsconfig.lib.json",
1414
"assets": ["packages/graphql/*.md"]
1515
}
1616
},
1717
"lint": {
18-
"executor": "@nx/eslint:lint"
18+
"executor": "@nx/eslint:lint",
19+
"outputs": ["{options.outputFile}"]
1920
},
2021
"test": {
2122
"executor": "@nx/jest:jest",

0 commit comments

Comments
 (0)