From 12098389e6e642247f5c6502cf30389f2dcd2d78 Mon Sep 17 00:00:00 2001 From: johannes-lindgren Date: Tue, 13 Sep 2022 17:42:08 +0200 Subject: [PATCH] ci: test before build --- .eslintrc.cjs | 6 +++--- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a6cfd42..58f0e6f 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -9,8 +9,6 @@ module.exports = { 'plugin:@typescript-eslint/recommended', 'prettier', ], - 'overrides': [ - ], 'parser': '@typescript-eslint/parser', 'parserOptions': { 'ecmaVersion': 'latest', @@ -42,5 +40,7 @@ module.exports = { caughtErrorsIgnorePattern: '^_', }, ] - } + }, + 'overrides': [ + ], } diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 24cd00f..9c6fbfe 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,8 +20,8 @@ jobs: node-version: 16 cache: 'yarn' - run: yarn install --frozen-lockfile - - run: yarn build - run: yarn test + - run: yarn build - uses: actions/upload-artifact@master with: name: dist