Skip to content

Commit

Permalink
remove storybook eslint plugin for now, for whatever reason yarn just…
Browse files Browse the repository at this point in the history
… fails to install it even when it prints out success
  • Loading branch information
rikukissa committed Jan 17, 2025
1 parent f77ee76 commit 458232b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,18 @@ jobs:
- name: Install dependencies
run: CI="" yarn install --frozen-lockfile

- name: Disable Git credential helper
run: git config --global credential.helper ""

- name: Remove existing SSH origin (if any)
run: git remote remove origin || true

- name: Add HTTPS origin
run: git remote add origin https://github.com/opencrvs/opencrvs-core.git

- name: Verify remote URL
run: git remote -v

- name: Fetch full Git history
run: git fetch --prune --unshallow

Expand Down
4 changes: 1 addition & 3 deletions packages/client/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ module.exports = {
extends: [
'../../.eslintrc.js',
'eslint-config-react-app',
'plugin:react/recommended',
'plugin:storybook/recommended',
'plugin:storybook/recommended'
'plugin:react/recommended'
],
plugins: ['react', 'formatjs'],
env: {
Expand Down

0 comments on commit 458232b

Please sign in to comment.