diff --git a/.eslintrc.js b/.eslintrc.js index b07c47d..e417ab4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,6 +3,7 @@ module.exports = { browser: true, es2021: true, node: true, + jest: true }, extends: [ 'eslint:recommended', diff --git a/.github/workflows/test2.yaml b/.github/workflows/test2.yaml index a6f0358..a129113 100644 --- a/.github/workflows/test2.yaml +++ b/.github/workflows/test2.yaml @@ -11,7 +11,7 @@ on: - ".github/workflows/test2.yaml" jobs: - build: + release-front-end-assets: runs-on: ubuntu-latest steps: