Skip to content

Commit 741c55a

Browse files
authored
Merge pull request #453 from nsc-de/format-using-prettier
[Automated] Format using prettier
2 parents 5276f94 + 01abc64 commit 741c55a

1 file changed

Lines changed: 8 additions & 31 deletions

File tree

turbo.json

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,25 @@
33
"tasks": {
44
"build": {
55
"cache": true,
6-
"dependsOn": [
7-
"^build"
8-
],
9-
"outputs": [
10-
"lib/**"
11-
],
12-
"inputs": [
13-
"src/**/*",
14-
"lib/**/*"
15-
]
6+
"dependsOn": ["^build"],
7+
"outputs": ["lib/**"],
8+
"inputs": ["src/**/*", "lib/**/*"]
169
},
1710
"deploy": {
18-
"dependsOn": [
19-
"build",
20-
"test",
21-
"lint"
22-
]
11+
"dependsOn": ["build", "test", "lint"]
2312
},
2413
"test": {
2514
"cache": true,
26-
"dependsOn": [
27-
"build"
28-
],
29-
"inputs": [
30-
"src/**/*",
31-
"lib/**/*"
32-
]
15+
"dependsOn": ["build"],
16+
"inputs": ["src/**/*", "lib/**/*"]
3317
},
3418
"lint": {
3519
"cache": true,
36-
"inputs": [
37-
"src/**/*"
38-
]
20+
"inputs": ["src/**/*"]
3921
},
4022
"typedoc": {
4123
"cache": false,
42-
"inputs": [
43-
"src/**/*",
44-
"lib/**/*",
45-
"typedoc.config.js",
46-
"README.md"
47-
]
24+
"inputs": ["src/**/*", "lib/**/*", "typedoc.config.js", "README.md"]
4825
},
4926
"dev": {
5027
"cache": false,

0 commit comments

Comments
 (0)