From 4c736046844d0793f7fb339573c7d9a5ce19afa4 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 22 Dec 2020 12:30:19 -0800 Subject: [PATCH] Build before typechecking Webamp won't typecheck unless the ani-cursor dist files have already been generated --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 85a7e016..6f3c35be 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,15 +18,15 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Dependencies run: yarn - - name: Lint - run: | - yarn workspace webamp lint - yarn workspace webamp type-check - name: Build run: | yarn workspace ani-cursor build yarn workspace webamp build yarn workspace webamp build-library + - name: Lint + run: | + yarn workspace webamp lint + yarn workspace webamp type-check - name: Run Unit Tests run: | yarn workspace ani-cursor test