Skip to content

Commit 7c39ef6

Browse files
committed
feat: added styles for formatting toolbar
1 parent f6a6551 commit 7c39ef6

18 files changed

+1147
-1327
lines changed

nx.json

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
33
"defaultBase": "origin/main",
44
"namedInputs": {
5-
"default": [
6-
"{projectRoot}/**/*",
7-
"sharedGlobals"
8-
],
5+
"default": ["{projectRoot}/**/*", "sharedGlobals"],
96
"production": [
107
"default",
118
"!{projectRoot}/.eslintrc.json",
@@ -27,13 +24,8 @@
2724
"targetDefaults": {
2825
"@angular-devkit/build-angular:application": {
2926
"cache": true,
30-
"dependsOn": [
31-
"^build"
32-
],
33-
"inputs": [
34-
"production",
35-
"^production"
36-
]
27+
"dependsOn": ["^build"],
28+
"inputs": ["production", "^production"]
3729
},
3830
"@nx/eslint:lint": {
3931
"cache": true,
@@ -70,13 +62,8 @@
7062
},
7163
"@nx/angular:ng-packagr-lite": {
7264
"cache": true,
73-
"dependsOn": [
74-
"^build"
75-
],
76-
"inputs": [
77-
"production",
78-
"^production"
79-
]
65+
"dependsOn": ["^build"],
66+
"inputs": ["production", "^production"]
8067
}
8168
},
8269
"plugins": [
@@ -115,6 +102,13 @@
115102
"@nx/angular:library": {
116103
"linter": "eslint",
117104
"unitTestRunner": "jest"
105+
},
106+
"@nx/angular:component": {
107+
"style": "bna",
108+
"prefix": "meddevo"
109+
},
110+
"@schematics/angular:directive": {
111+
"prefix": "bna"
118112
}
119113
},
120114
"defaultProject": "block-note-angular",

0 commit comments

Comments
 (0)