Skip to content

Commit

Permalink
Revert "refactor(workspace): reorganize libs"
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder authored Sep 17, 2024
1 parent 9a86800 commit 580fee0
Show file tree
Hide file tree
Showing 406 changed files with 28,178 additions and 1,244 deletions.
31 changes: 11 additions & 20 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@
"options": {
"packageRoot": "dist/packages/{projectName}"
}
},
"@nx/angular:ng-packagr-lite": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"defaultBase": "main",
Expand All @@ -64,14 +54,7 @@
},
"@nx/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest",
"buildable": "true",
"changeDetection": "OnPush",
"flat": true,
"inlineStyle": true,
"inlineTemplate": true,
"setParserOptionsProject": true,
"style": "scss"
"unitTestRunner": "jest"
},
"@nx/angular:component": {
"style": "scss"
Expand Down Expand Up @@ -120,7 +103,11 @@
{
"plugin": "@nx/vite/plugin",
"options": {
"testTargetName": "test"
"buildTargetName": "build",
"serveTargetName": "serve",
"previewTargetName": "preview",
"testTargetName": "test",
"serveStaticTargetName": "serve-static"
},
"include": [
"packages/runner-app/**/*",
Expand All @@ -133,7 +120,11 @@
{
"plugin": "@nx/vite/plugin",
"options": {
"testTargetName": "e2e"
"buildTargetName": "build",
"serveTargetName": "serve",
"previewTargetName": "preview",
"testTargetName": "e2e",
"serveStaticTargetName": "serve-static"
},
"include": ["packages/esbuild-meta/**/*", "packages/runner-e2e/**/*"]
}
Expand Down
Loading

0 comments on commit 580fee0

Please sign in to comment.