|
3 | 3 | "pipeline": {
|
4 | 4 | "test": {"cache": false},
|
5 | 5 | "prepublishOnly": {"cache": false},
|
6 |
| - "test:unit": {"cache": false}, |
7 |
| - "test:integration": {"cache": false}, |
8 |
| - "test:browser": {"cache": false}, |
9 |
| - "lint": {"cache": false}, |
10 |
| - "lint:fix": {"cache": false}, |
11 |
| - "build": {"cache": false , "dependsOn": ["@asyncapi/parser#build"]}, |
12 |
| - "@asyncapi/parser#build":{"cache": false}, |
13 |
| - "multi-parser:build":{"cache":false, "dependsOn": ["@asyncapi/parser#build"]} |
| 6 | + "test:unit": {"cache": false}, |
| 7 | + "test:integration": {"cache": false}, |
| 8 | + "test:browser": {"cache": false}, |
| 9 | + "lint": {"cache": false}, |
| 10 | + "lint:fix": {"cache": false}, |
| 11 | + "build": {"cache": false , "dependsOn": ["@asyncapi/parser#build"]}, |
| 12 | + "@asyncapi/parser#build":{"cache": false}, |
| 13 | + "multi-parser:build":{"cache":false, "dependsOn": ["@asyncapi/parser#build"]} |
14 | 14 |
|
15 | 15 | }
|
16 | 16 | }
|
0 commit comments