Skip to content

Commit

Permalink
fix workspace.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Dec 21, 2021
1 parent 6ec5c4c commit 15422bd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,21 @@
}
}
},
"remix-ui-theme-module": {
"root": "libs/remix-ui/theme-module",
"sourceRoot": "libs/remix-ui/theme-module/src",
"projectType": "library",
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"options": {
"linter": "eslint",
"tsConfig": ["libs/remix-ui/editor/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/remix-ui/editor/**/*"]
}
}
}
},
"remix-ui-app": {
"root": "libs/remix-ui/app",
"sourceRoot": "libs/remix-ui/app/src",
Expand Down Expand Up @@ -1086,21 +1101,6 @@
}
}
},
"remix-ui-theme-module": {
"root": "libs/remix-ui/theme-module",
"sourceRoot": "libs/remix-ui/theme-module/src",
"projectType": "library",
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"options": {
"linter": "eslint",
"tsConfig": ["libs/remix-ui/vertical-icons-panel/tsconfig.lib.json"],
"exclude": ["**/node_modules/**", "!libs/remix-ui/vertical-icons-panel/**/*"]
}
}
}
},
"remix-ui-editor": {
"root": "libs/remix-ui/editor",
"sourceRoot": "libs/remix-ui/editor/src",
Expand Down

0 comments on commit 15422bd

Please sign in to comment.