From 9f03218011e8499cd34d662d375bb66fc0f66a6d Mon Sep 17 00:00:00 2001 From: Stephane Lambou Date: Wed, 29 Mar 2023 20:59:16 +0200 Subject: [PATCH] Code format --- .github/workflows/ci.yml | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13aa6fc..befcd00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: with: name: build path: build + release: needs: build runs-on: ubuntu-latest diff --git a/package.json b/package.json index 42be930..6d0d6b5 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "gen-api": "mkdir -p src/store && rtk-query-codegen-openapi openapi-config.ts", "lint": "eslint .", "lint:fix": "eslint --fix .", - "format": "prettier --write src/**/* --config .prettierrc.json src" + "format": "prettier --write src/**/* --config .prettierrc.json src", + "prettier:check": "prettier --check ." }, "eslintConfig": { "extends": [