From 4cc5a0230947a935dd3144264a0987319b51d951 Mon Sep 17 00:00:00 2001 From: Federico Rampazzo Date: Fri, 1 Mar 2024 23:18:33 +0000 Subject: [PATCH] fix: run prettier / eslint on build --- .github/workflows/codequality.yml | 2 +- src/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codequality.yml b/.github/workflows/codequality.yml index 5f129a8..ba97f4a 100644 --- a/.github/workflows/codequality.yml +++ b/.github/workflows/codequality.yml @@ -22,7 +22,7 @@ jobs: run: npm ci - name: Prettier - run: npm run prettier:check + run: npm run pretty - name: Lint run: npm run lint:check diff --git a/src/app.css b/src/app.css index bd6213e..b5c61c9 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities;