From b77d4108b059b8b3cc939acc5a93b741b7f6a763 Mon Sep 17 00:00:00 2001 From: Davis SHYAKA <87414827+davis-shyaka@users.noreply.github.com> Date: Sat, 3 Aug 2024 18:59:15 +0200 Subject: [PATCH] format --- .github/workflows/deploy-preview.yml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index cc4605e96..90f516743 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -2,7 +2,7 @@ name: Upload Preview Deployment on: workflow_run: - workflows: ["Build Preview Deployment"] + workflows: [Build Preview Deployment] types: - completed diff --git a/package.json b/package.json index f3a60e821..98f27f584 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "check:watch": "pnpm -F docs check:watch", "test:unit": "pnpm -F docs test:unit", "lint": "prettier --check . && eslint .", + "lint:fix": "eslint --fix .", "format:check": "pnpm -r format:check", "format": "prettier --write .", "preinstall": "npx only-allow pnpm",