Skip to content

Commit 593e6de

Browse files
authored
fix
1 parent 7f6f4bc commit 593e6de

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Diff for: .github/workflows/node.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,11 @@ jobs:
2424
- name: Prepare Environment
2525
run: |
2626
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
3627
- name: Prepare module
3728
run: |
3829
yarn install
3930
env:
4031
CI: true
41-
- name: Build and check types
42-
run: |
43-
yarn build
44-
env:
45-
CI: true
4632
- name: Run lint
4733
run: |
4834
yarn lint

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE)
55

66
## Getting started
77

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.

0 commit comments

Comments
 (0)