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