diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c9f3c2..8963d45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: with: node-version-file: .nvmrc - - name: Build - run: yarn build - - name: Install Dependencies run: yarn install --frozen-lockfile + - name: Build + run: yarn build + - name: Lint run: yarn lint