From 5f4c29c8da00e11dc3c8a274fd287ae612d5035a Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sun, 11 Aug 2024 17:43:53 +0200 Subject: [PATCH] fix prettier --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f91fb25115..bbba096008 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "private": true, "packageManager": "pnpm@8.15.5", "scripts": { - "prebuild": "tsx src/get-github-info.ts", "build": "next build && next-image-export-optimizer", "dev": "next", "format": "pnpm format:check --write", "format:check": "prettier --cache --check .", "lint": "eslint --ignore-path .gitignore .", "postbuild": "next-sitemap", + "prebuild": "tsx src/get-github-info.ts", "start": "next start", "test": "echo \"no tests\" && exit 1" },