From cfaf03bbd2ec07b2f486f831c3ea70762514e805 Mon Sep 17 00:00:00 2001 From: hopperelec Date: Sat, 25 Nov 2023 02:09:31 +0000 Subject: [PATCH] Fix Prettier workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f38457e..c42c3c4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "eslint": "eslint .", "stylelint": "stylelint '**/*.{css,html,scss,svelte}'", "format": "prettier --write .", - "format:check": "prettier --check .", + "format-check": "prettier --check .", "test": "npm run test:unit && npm run test:integration", "test:integration": "playwright test", "test:unit": "vitest"