From d53ef5cb44a27cde7f1417992f63fd3a0aa2038a Mon Sep 17 00:00:00 2001 From: Brendan Early Date: Thu, 27 Feb 2020 16:14:01 -0600 Subject: [PATCH] fix? --- .github/workflows/npm.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"] }