We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5341238 commit 7d2f2a0Copy full SHA for 7d2f2a0
components/markdown-confluence-sync/project.json
@@ -7,6 +7,24 @@
7
"type:node:lib"
8
],
9
"targets": {
10
+ // Redefine the lint target to include the dependency of building sync-confluence to resolve imports
11
+ "lint": {
12
+ "cache": true,
13
+ "inputs": [
14
+ "default",
15
+ { "dependentTasksOutputFiles": "**/*", "transitive": true }
16
+ ],
17
+ "dependsOn": [
18
+ {
19
+ "target": "eslint:config",
20
+ "projects": ["eslint-config"]
21
+ },
22
23
+ "target": "build",
24
+ "projects": ["confluence-sync"]
25
+ }
26
+ ]
27
28
// Redefine the build target to include the config directory as an output
29
"build": {
30
"cache": true,
0 commit comments