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

Commit d53ef5c

Browse files
committed
fix?
1 parent dd6dcc0 commit d53ef5c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- name: Setup Node.js for use with actions
1414
uses: actions/setup-node@v1.1.0
15+
with:
16+
registry-url: 'https://registry.npmjs.org'
1517
- name: Build
1618
run: |
1719
npm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"typescript": "^3.6.4"
2525
},
2626
"bin": "bin/matrix-appservice-mumble",
27-
"files": ["build", "lib"]
27+
"files": ["build"]
2828
}

0 commit comments

Comments
 (0)