Skip to content

Commit

Permalink
Merge pull request #160 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 1.6.1
  • Loading branch information
Luligu authored Nov 2, 2024
2 parents 7e3192b + d971f4c commit 8b42f0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,15 @@ jobs:
- name: Lint the project
run: npm run lint

- name: Test the project
run: npm run test

- name: Build the project
run: npm run build

- name: Install matterbridge
run: npm install -g .

- name: Test the project
run: npm run test

- name: Publish to npm
run: npm publish
env:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b42f0a

Please # to comment.