@leverege/build-tools 2.113.4 → 2.113.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,12 +6,8 @@ orbs:
|
|
|
6
6
|
workflows:
|
|
7
7
|
build-and-verify:
|
|
8
8
|
jobs:
|
|
9
|
-
- leverege/install-dependencies:
|
|
10
|
-
context: npm
|
|
11
9
|
- leverege/code-analysis:
|
|
12
10
|
context: npm
|
|
13
|
-
requires:
|
|
14
|
-
- leverege/install-dependencies
|
|
15
11
|
- leverege/code-coverage:
|
|
16
12
|
context:
|
|
17
13
|
- npm
|
|
@@ -19,12 +15,8 @@ workflows:
|
|
|
19
15
|
coverage-threshold: 70 # percentage threshold for functions, lines, and statements
|
|
20
16
|
enable-redis: false # set to true if tests require a live Redis connection
|
|
21
17
|
cache-config: '{"type":"inMemory"}' # sets CACHE_CONFIG env var - options: inMemory, redis
|
|
22
|
-
requires:
|
|
23
|
-
- leverege/install-dependencies
|
|
24
18
|
- leverege/generate-docs:
|
|
25
19
|
context: npm
|
|
26
|
-
requires:
|
|
27
|
-
- leverege/install-dependencies
|
|
28
20
|
- leverege/mirror-to-github:
|
|
29
21
|
context: github-mirror
|
|
30
22
|
# github-team: platform # available teams: platform, utilities, pitcrew, recovr
|