diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index fa49d47..56b0a6a 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -12,6 +12,8 @@ jobs: - uses: actions/checkout@v1 - name: Setup Node.js for use with actions uses: actions/setup-node@v1.1.0 + with: + registry-url: 'https://registry.npmjs.org' - name: Build run: | npm i diff --git a/package.json b/package.json index b173b98..80a1c0f 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "typescript": "^3.6.4" }, "bin": "bin/matrix-appservice-mumble", - "files": ["build", "lib"] + "files": ["build"] }