Skip to content

Commit

Permalink
#1159 stencil project.json ran pnpm format
Browse files Browse the repository at this point in the history
  • Loading branch information
NickersWeb committed Dec 21, 2024
1 parent 027c92f commit 4574429
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/stencil/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"options": {
"jestConfig": "packages/stencil/jest.config.ts"
},
"outputs": [
"{workspaceRoot}/coverage/packages/stencil"
]
"outputs": ["{workspaceRoot}/coverage/packages/stencil"]
},
"e2e": {},
"build": {
Expand Down Expand Up @@ -65,9 +63,7 @@
],
"srcRootForCompilationRoot": "packages/stencil"
},
"outputs": [
"{options.outputPath}"
],
"outputs": ["{options.outputPath}"],
"dependsOn": [
{
"target": "build",
Expand All @@ -77,4 +73,4 @@
}
},
"tags": []
}
}

0 comments on commit 4574429

Please sign in to comment.