File tree 2 files changed +1
-19
lines changed
2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,11 @@ jobs:
24
24
- name : Prepare Environment
25
25
run : |
26
26
corepack enable
27
- - name : Prepare Environment (For template repository)
28
- # Only run this step if the repository is a template repository
29
- # If you are using this in a module, you can remove this step
30
- if : ${{ contains(github.repository, 'companion-module-template-') }}
31
- run : |
32
- # Perform an install to generate the lockfile
33
- yarn install
34
- env :
35
- CI : false
36
27
- name : Prepare module
37
28
run : |
38
29
yarn install
39
30
env :
40
31
CI : true
41
- - name : Build and check types
42
- run : |
43
- yarn build
44
- env :
45
- CI : true
46
32
- name : Run lint
47
33
run : |
48
34
yarn lint
Original file line number Diff line number Diff line change @@ -5,8 +5,4 @@ See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE)
5
5
6
6
## Getting started
7
7
8
- Executing a ` yarn ` command should perform all necessary steps to develop the module, if it does not then follow the steps below.
9
-
10
- The module can be built once with ` yarn build ` . This should be enough to get the module to be loadable by companion.
11
-
12
- While developing the module, by using ` yarn dev ` the compiler will be run in watch mode to recompile the files on change.
8
+ Executing a ` yarn ` command should perform all necessary steps to develop the module.
You can’t perform that action at this time.
0 commit comments