Skip to content

Commit

Permalink
fixup! fixup! Use yarn workspaces focus on some CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 30, 2022
1 parent 9662c05 commit 58ce90a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -62,7 +62,8 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: corepack yarn workspaces focus uppy @uppy/angular @uppy/react @uppy/vue @uppy-dev/build
# List all projects that use a custom ESLint config:
run: corepack yarn workspaces focus @uppy/angular angular-example @uppy-example/react-native-expo @uppy/react-native @uppy-dev/build
- name: Run linter
run: corepack yarn run lint

Expand Down

0 comments on commit 58ce90a

Please sign in to comment.