Skip to content

Commit

Permalink
Fix typo: list -> lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Nov 19, 2024
1 parent 5c31a2a commit 22dbfe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"check:types": "tsc --noEmit",
"lint:style": "stylelint 'src/**/*.scss'",
"lint:script": "biome",
"lint": "npm run list:style && npm run lint:script",
"lint": "npm run lint:style && npm run lint:script",
"test": "npm run check:types",
"test-ui": "vitest --ui",
"coverage": "vitest run --coverage",
Expand Down
2 changes: 1 addition & 1 deletion package.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const packageConfig = {
'check:types': 'tsc --noEmit',
'lint:style': `stylelint 'src/**/*.scss'`,
'lint:script': 'biome',
'lint': 'npm run list:style && npm run lint:script',
'lint': 'npm run lint:style && npm run lint:script',

// Test
// Note: use `vitest run --root=. src/...` to run a single test file
Expand Down

0 comments on commit 22dbfe2

Please sign in to comment.