-
Notifications
You must be signed in to change notification settings - Fork 1
/
.catalyst-data.yaml
64 lines (64 loc) · 2.61 KB
/
.catalyst-data.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
workflows:
local:
node-project:
dependencies:
- '@liquid-labs/catalyst-resource-babel-and-rollup'
- '@liquid-labs/catalyst-resource-eslint'
- '@liquid-labs/catalyst-resource-jest'
artifacts:
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 0
path: Makefile
purpose: >-
Sets up standard target vars (like 'BUILD_TARGETS') and runs scripts
from 'make'.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 10
path: make/10-locations.mk
purpose: Defines the most basic locations, like the source directory.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 10
path: make/10-resources.mk
purpose: Locates tool executables and configuration files.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 15
path: make/15-data-finder.mk
purpose: >-
Sets up vars listing test data files which will need to be copied
under the test staging dir.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 20
path: make/20-js-src-finder.mk
purpose: >-
Sets up vars listing JS files which will need to be tested and
built.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 50
path: make/50-resource-model-js.mk
purpose: Builds the 'dist/resource-model.js' artifact.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 55
path: make/55-lint.mk
purpose: Provides lint functionality with eslint.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 55
path: make/55-test.mk
purpose: Provides test functionality with jest.
- builder: '@liquid-labs/catalyst-builder-workflow-local-make-node'
version: 1.0.0-alpha.0
priority: 95
path: make/95-final-targets.mk
purpose: >-
Sets up the final basic targets (like 'build') based on the target
vars (like 'BUILD_TARGETS').
config:
noDevInstall: true
noDoc: true