Skip to content

Commit

Permalink
Fix knip warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Oct 17, 2024
1 parent 079ed2a commit ca3f01c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shopify-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: pnpm nx run-many --all --skip-nx-cache --target=${{ matrix.target }} --output-style=stream

pr-platform-agnostic-lint:
name: '[PR] Run ${{ matrix.target }} with Node ${{ matrix.node }} in ${{ matrix.os }}'
name: '[PR] Run lint with Node ${{ matrix.node }} in ${{ matrix.os }}'
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
timeout-minutes: 30
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"@shopify/theme": "3.68.0",
"@shopify/cli-hydrogen": "8.4.6",
"@types/node": "18.19.3",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@vitest/coverage-istanbul": "^1.6.0",
"esbuild-plugin-copy": "^2.1.1",
"espree": "9.6.1",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca3f01c

Please sign in to comment.