From 8ba7568cbe4e932a145569a75f17d630662146fe Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Sun, 28 Mar 2021 19:04:51 +0200 Subject: [PATCH] fix build --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 62d8e3f2..12c8718f 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -17,7 +17,7 @@ jobs: node-version: 15.x - name: Install dependencies - run: npm i + run: npm i --force working-directory: packages/website - name: "Build website"