From 22dbfe2223cd219b639f9e62e8aed634fcf6965f Mon Sep 17 00:00:00 2001 From: mkrause Date: Tue, 19 Nov 2024 18:14:26 +0100 Subject: [PATCH] Fix typo: list -> lint. --- package.json | 2 +- package.json.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc17de9..bda144d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/package.json.js b/package.json.js index 11769db..ea67989 100644 --- a/package.json.js +++ b/package.json.js @@ -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