From 8d49b040726ffd360ef16e6acea1918fd8b1477d Mon Sep 17 00:00:00 2001 From: Vladislav Moiseev Date: Sun, 9 Aug 2020 19:12:31 +0400 Subject: [PATCH] Add npm install for website into Node CI --- .github/workflows/nodejs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6db691137..b2ed7ac75 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,10 @@ jobs: - name: Install deps and build (with cache) uses: bahmutov/npm-install@v1 + - name: Install deps and build (with cache) - website + uses: bahmutov/npm-install@v1 + with: + working-directory: website - name: Lint codebase run: yarn lint:post-build