Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Feb 27, 2020
1 parent dd6dcc0 commit d53ef5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v1
- name: Setup Node.js for use with actions
uses: actions/[email protected]
with:
registry-url: 'https://registry.npmjs.org'
- name: Build
run: |
npm i
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"typescript": "^3.6.4"
},
"bin": "bin/matrix-appservice-mumble",
"files": ["build", "lib"]
"files": ["build"]
}

0 comments on commit d53ef5c

Please sign in to comment.