diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 5de3a147..f2939706 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -32,7 +32,7 @@ module.exports = { 'ts-ignore': 'allow-with-description' } ], - '@typescript-eslint/no-unsafe-member-access': 'warn', - '@typescript-eslint/no-unsafe-assignment': 'warn' + '@typescript-eslint/no-unsafe-member-access': 'off', + '@typescript-eslint/no-unsafe-assignment': 'off' } }; diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6ff4da8b..84353e56 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -34,7 +34,6 @@ jobs: build: yarn build start: yarn preview wait-on: 'http://localhost:3000' - wait-on-timeout: 120 record: true headless: true env: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1b1f4de..36ca3ed9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: [ "$GITHUB_EVENT_NAME" == "pull_request" ] && export BETA=true && rm -rf docs/beta/ [ "$GITHUB_EVENT_NAME" != "pull_request" ] && rm -rf docs/_app/ yarn install - # yarn run lint + yarn run lint version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2) yarn build cd bin diff --git a/src/lib/components/actions.svelte b/src/lib/components/actions.svelte index a119c4d5..d9eb08aa 100644 --- a/src/lib/components/actions.svelte +++ b/src/lib/components/actions.svelte @@ -1,7 +1,7 @@