From 1052c8f83f6918168143ed918838b373468c59d7 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Fri, 3 May 2024 16:40:19 +0200 Subject: [PATCH] Fix release 8 --- .github/workflows/frontend-testing.yml | 5 ++++- frontend/tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-testing.yml b/.github/workflows/frontend-testing.yml index c41898d..41a7aa2 100644 --- a/.github/workflows/frontend-testing.yml +++ b/.github/workflows/frontend-testing.yml @@ -65,8 +65,11 @@ jobs: - name: Checkout codebase uses: actions/checkout@v3 + - name: Install packages + run: make install + - name: Run Prettier - run: npx prettier@2.0.5 --single-quote --check 'src/**/*.{js,jsx,ts,tsx,css,scss}' --config=package.json + run: yarn run prettier i18n: if: github.ref_type == 'branch' diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 5986bf8..5c682e7 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -41,4 +41,4 @@ "src/**/*.spec.{js,jsx,ts,tsx}", "src/**/*.stories.{js,jsx,ts,tsx}" ] -} +} \ No newline at end of file