From 890432f9fd91f4a1a78dcb48a877cae344c3cc30 Mon Sep 17 00:00:00 2001 From: Jonathan Greenemeier Date: Wed, 15 Sep 2021 22:50:56 -0600 Subject: [PATCH] fix: update action workflows --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64df2ee..1581dfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,5 @@ jobs: node-version: 12 - name: Install dependencies run: npm ci - - name: Lint - run: npm run pretest \ No newline at end of file + - name: Build + run: DEPLOY=true npm run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c93e00..80e8e97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,6 @@ jobs: node-version: 12 - name: Install dependencies run: npm ci - - name: Lint - run: npm run pretest - name: Github Pages run: DEPLOY=true npm run build - name: Release