From 169406af8c1ead6508747b9e08b36534df021a72 Mon Sep 17 00:00:00 2001 From: Ethan Bickel Date: Wed, 24 Apr 2024 17:10:31 -0500 Subject: [PATCH] installs without changing dependencies --- .github/workflows/prettierCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettierCheck.yml b/.github/workflows/prettierCheck.yml index 90af5a33..22325de8 100644 --- a/.github/workflows/prettierCheck.yml +++ b/.github/workflows/prettierCheck.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - name: Prettier check run: | - npm i -g prettier-plugin-tailwindcss + npm i --no-save prettier-plugin-tailwindcss prettier echo files=`npx prettier . --check`>> "$GITHUB_ENV" echo status=`echo $?`>>"$GITHUB_ENV" - name: generate github check message